RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Status.InvalidLocalIdentityAdvanceNoticeStatus Class Reference

Notifies when the local DomainParticipant's identity is about to expire More...

Inherits IEquatable< InvalidLocalIdentityAdvanceNoticeStatus >.

Public Member Functions

override bool Equals (object other)
 Compares for equality. More...
 
override int GetHashCode ()
 Gets the hash code. More...
 
bool Equals (InvalidLocalIdentityAdvanceNoticeStatus other)
 Compares for equality More...
 
override string ToString ()
 Returns a readable summary of the status More...
 

Properties

Time ExpirationTime = Time.Invalid [get]
 Time at which the identity will expire More...
 

Detailed Description

Notifies when the local DomainParticipant's identity is about to expire

Member Function Documentation

◆ Equals() [1/2]

override bool Rti.Dds.Core.Status.InvalidLocalIdentityAdvanceNoticeStatus.Equals ( object  other)

Compares for equality.

◆ GetHashCode()

override int Rti.Dds.Core.Status.InvalidLocalIdentityAdvanceNoticeStatus.GetHashCode ( )
inline

Gets the hash code.

◆ Equals() [2/2]

bool Rti.Dds.Core.Status.InvalidLocalIdentityAdvanceNoticeStatus.Equals ( InvalidLocalIdentityAdvanceNoticeStatus  other)
inline

Compares for equality

◆ ToString()

override string Rti.Dds.Core.Status.InvalidLocalIdentityAdvanceNoticeStatus.ToString ( )

Returns a readable summary of the status

Property Documentation

◆ ExpirationTime

Time Rti.Dds.Core.Status.InvalidLocalIdentityAdvanceNoticeStatus.ExpirationTime = Time.Invalid
get

Time at which the identity will expire

The full documentation is available in the C API: DDS_InvalidLocalIdentityAdvanceNoticeStatus_expiration_time