Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ServerConnection Class


In This Topic
    ServerConnection Class Methods
    In This Topic

    For a list of all members of this type, see ServerConnection members.

    Public Methods
     NameDescription
    Public Method Attempt to connect to a Historian server with credentials established in the constructor.  
    Public Method Disconnect from a Historian server.  
    Public Method Disconnects an establish connection.  
    Public Method Whether currently connected to a Historian server.  
    Public Method Invoked by the remote server to transmit archive subscription details.  
    Public Method Invoked by the remote server to transmit tag browse information. Large browse requests may generate multiple individual responses. Not all collectors support tag browsing.  
    Public Method Invoked by the remote server to transmit collector subscription details.  
    Public Method Invoked by the remote server to transmit the result of a control request.  
    Public Method Invoked by the remote server to transmit current collector tag values. Requesting many current values may generate multiple individual responses.  
    Public Method 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.  
    Public Method Invoked by the remote server to transmit data subscription details.  
    Public Method Invoked by the remote server to transmit enumerated set subscription details.  
    Public Method Invoked by the remote server to transmit message subscription details.  
    Public Method Invoked by the remote server to transmit the result of adding a tag to being published.  
    Public Method Invoked by the remote server to transmit the requested destination server name.  
    Public Method Invoked by the remote server to transmit a list of published tags.  
    Public Method Invoked by the remote server to transmit the result of removing a tag from being published.  
    Public Method Invoked by the remote server to transmit the result of setting a destination server name.  
    Public Method Invoked by the remote server to transmit the result of setting published tag properties.  
    Public Method Invoked by the remote server to transmit tag subscription details.  
    Top
    Protected Methods
     NameDescription
    Protected Method Invoked when the connection object completes transition from the closing to closed states.  
    Protected Method Invoked when the connection object first enters the closing states.  
    Protected Method Invoked when the connection object first enters the faulted states.  
    Protected Method Invoked when the connection object first enters the opening states.  
    Protected Method Invoked when the connection object completes transition from the opening to opened states.  
    Top
    See Also