Name | Description | |
---|---|---|
![]() | Connect | Attempt to connect to a Historian server with credentials established in the constructor. |
![]() | Disconnect | Disconnect from a Historian server. |
![]() | Dispose | Disconnects an establish connection. |
![]() | IsConnected | Whether currently connected to a Historian server. |
![]() | OnArchiveChanged | Invoked by the remote server to transmit archive subscription details. |
![]() | OnCollectorBrowseResponse | Invoked by the remote server to transmit tag browse information. Large browse requests may generate multiple individual responses. Not all collectors support tag browsing. |
![]() | OnCollectorChanged | Invoked by the remote server to transmit collector subscription details. |
![]() | OnCollectorControlResponse | Invoked by the remote server to transmit the result of a control request. |
![]() | OnCollectorCurrentValueResponse | Invoked by the remote server to transmit current collector tag values. Requesting many current values may generate multiple individual responses. |
![]() | OnCollectorHierarchicalBrowseResponse | Invoked by the remote server to transmit hierarchical tag browse information. Large hierarchical browse requests may generate multiple individual responses. Not all collectors support hierarchical tag browsing. |
![]() | OnDataChanged | Invoked by the remote server to transmit data subscription details. |
![]() | OnEnumeratedSetChanged | Invoked by the remote server to transmit enumerated set subscription details. |
![]() | OnMessageAdded | Invoked by the remote server to transmit message subscription details. |
![]() | OnPublishAddTag | Invoked by the remote server to transmit the result of adding a tag to being published. |
![]() | OnPublishGetDestinationServer | Invoked by the remote server to transmit the requested destination server name. |
![]() | OnPublishGetTagProperties | Invoked by the remote server to transmit a list of published tags. |
![]() | OnPublishRemoveTag | Invoked by the remote server to transmit the result of removing a tag from being published. |
![]() | OnPublishSetDestinationServer | Invoked by the remote server to transmit the result of setting a destination server name. |
![]() | OnPublishSetTagProperties | Invoked by the remote server to transmit the result of setting published tag properties. |
![]() | OnTagChanged | Invoked by the remote server to transmit tag subscription details. |