Click or drag to resize

ConnectResult Class

Provides the results and status of an attempt to connect to the historian web service client.
Inheritance Hierarchy
SystemObject
  AxiomCore2.DataConnectResult

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class ConnectResult

The ConnectResult type exposes the following members.

Properties
 NameDescription
Public propertyClient Gets a reference to the HistorianWebServiceClient object after a successful connection has been made.
Public propertyClientConnectionId Gets the client connection id after a successful connection has been made.
Public propertyClientVersion Get the version of the HistorianWebServiceClient after a successful connection has been made.
Public propertyErrors Returns a list of errors that occurred, if any, during the connection attempt.
Public propertyHasErrors Boolean that indicates if any errors occurred during the connection attempt.
Public propertyIsConnected Boolean that indicates if the client is currently connected.
Top
See Also