ServiceInformation Class

Relativity Services API
Provides information about the services that comprise the ArtifactManagerProxy.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.ServiceInformation

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ServiceInformation

The ServiceInformation type exposes the following members.

Properties

  NameDescription
Public propertyActiveEndpointType Obsolete.
Indicates the endpoint type used to create the proxy.
Public propertyDefaultServiceAPIPath
Indicates the relative part of the URI containing the Services API path.
Public propertyEndpointTypeExceptions
Retrieves a collection containing detailed information about a proxy construction that failed. The collection maps the metadata scheme of the EndpointType value to the exception.
Public propertyMetadataEndpoint
Retrieves the URI of the endpoint used to fetch metadata.
Public propertyServiceType
Gets and sets the type of the service.
Public propertyState
Gets the current state of the communication-oriented object.
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
Events

  NameDescription
Public eventClosed
Occurs when the communication object completes its transition from the closing state into the closed state.
Public eventClosing
Occurs when the communication object first enters the closing state.
Public eventFaulted
Occurs when the communication object first enters the faulted state.
Public eventOpened
Occurs when the communication object completes its transition from the opening state into the opened state.
Public eventOpening
Occurs when the communication object first enters the opening state.
Top
Remarks

To retrieve a ServiceInformation object containing data for a specific service, call the indexer property on the ArtifactManagerProxy class with the ServiceType value. The ServiceInformation class includes events from the ICommunicationObject interface.
See Also

Reference