Represents a status message provided to an OnMessage event.
Inheritance Hierarchy
kCura.Relativity.DataReaderClient.Status
Namespace: kCura.Relativity.DataReaderClient
Assembly: Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax
The Status type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Status() |
Creates an empty Status without a message.
|
![]() | Status(String) |
Creates a Status with the given message.
|
Properties
Name | Description | |
---|---|---|
![]() | Message |
Gets or sets the status message.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also