Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ICollectors Interface / Stop Method
A collector name.


In This Topic
    Stop Method
    In This Topic
    Request a collector stop data collection via a Historian server. This method cannot start the Windows service implementing a collector - the service must be actively running to receive a stop command.
    Syntax
    Sub Stop( _
       ByVal collectorname As System.String _
    ) 
    void Stop( 
       System.string collectorname
    )
    void Stop( 
       System.String^ collectorname
    ) 

    Parameters

    collectorname
    A collector name.
    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