Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CollectorControlResponseHandler Delegate
Indication of how the request was processed.


In This Topic
    CollectorControlResponseHandler Delegate
    In This Topic
    A delegate invoked for collector control responses.
    Syntax
    Public Delegate Sub CollectorControlResponseHandler( _
       ByVal status As Status _
    ) 
    public delegate void CollectorControlResponseHandler( 
       Status status
    )
    public delegate void CollectorControlResponseHandler( 
       Status status
    )

    Parameters

    status
    Indication of how the request was processed.
    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