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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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