Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ServerConnection Class / OnCollectorBrowseResponse Method
Whether this is the final response.
Overall operation status.
A list of collector tags satisfying the browse criteria.


In This Topic
    OnCollectorBrowseResponse Method
    In This Topic
    Invoked by the remote server to transmit tag browse information. Large browse requests may generate multiple individual responses. Not all collectors support tag browsing.
    Syntax
    Public Sub OnCollectorBrowseResponse( _
       ByVal final As System.Boolean, _
       ByVal status As Status, _
       ByVal tags As System.Collections.Generic.List(Of Tag) _
    ) 
    public void OnCollectorBrowseResponse( 
       System.bool final,
       Status status,
       System.Collections.Generic.List<Tag> tags
    )
    public:
    void OnCollectorBrowseResponse( 
       System.bool final,
       Status status,
       System.Collections.Generic.List<Tag^>^ tags
    ) 

    Parameters

    final
    Whether this is the final response.
    status
    Overall operation status.
    tags
    A list of collector tags satisfying the browse criteria.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also