Status Class

Relativity Import APIs
Represents a status message provided to an OnMessage event.
Inheritance Hierarchy

Object
  kCura.Relativity.DataReaderClient.Status

Namespace:  kCura.Relativity.DataReaderClient
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public class Status

The Status type exposes the following members.

Constructors

  NameDescription
Public methodStatus()
Creates an empty Status without a message.
Public methodStatus(String)
Creates a Status with the given message.
Top
Properties

  NameDescription
Public propertyMessage
Gets or sets the status message.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference