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


In This Topic
    CollectorBrowseResponseHandler Delegate
    In This Topic
    A delegate invoked for collector tag browse responses.
    Syntax
    Public Delegate Sub CollectorBrowseResponseHandler( _
       ByVal final As System.Boolean, _
       ByVal status As Status, _
       ByVal tags As System.Collections.Generic.List(Of Tag) _
    ) 
    public delegate void CollectorBrowseResponseHandler( 
       System.bool final,
       Status status,
       System.Collections.Generic.List<Tag> tags
    )
    public delegate void CollectorBrowseResponseHandler( 
       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 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also