Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CollectorCurrentValueResponseHandler Delegate
Whether this is the final response.
Overall operation status.
The set of current tag values.
List of tags with errors.


In This Topic
    CollectorCurrentValueResponseHandler Delegate
    In This Topic
    A delegate invoked for current collector tag value responses.
    Syntax
    Public Delegate Sub CollectorCurrentValueResponseHandler( _
       ByVal final As System.Boolean, _
       ByVal status As Status, _
       ByVal dataset As DataSet, _
       ByVal errors As ItemErrors _
    ) 
    public delegate void CollectorCurrentValueResponseHandler( 
       System.bool final,
       Status status,
       DataSet dataset,
       ItemErrors errors
    )
    public delegate void CollectorCurrentValueResponseHandler( 
       System.bool final,
       Status status,
       DataSet^ dataset,
       ItemErrors^ errors
    )

    Parameters

    final
    Whether this is the final response.
    status
    Overall operation status.
    dataset
    The set of current tag values.
    errors
    List of tags with errors.
    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