Struct SdamInformationEvent
An informational event used for logging Server Discovery and Monitoring (SDAM) events.
public struct SdamInformationEvent
- Inherited Members
Constructors
SdamInformationEvent(string, object)
Initializes a new instance of the SdamInformationEvent struct.
public SdamInformationEvent(string messageFormat, object arg0)
Parameters
SdamInformationEvent(string, params object[])
Initializes a new instance of the SdamInformationEvent struct.
public SdamInformationEvent(string messageFormat, params object[] args)
Parameters
Properties
Message
Gets the message.
public string Message { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }
Property Value
Methods
ToString()
public override string ToString()