Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IPublish Interface / GetDestinationServer Method
Name of target collector, typically an instance of ServerToServer Distributor.


In This Topic
    GetDestinationServer Method
    In This Topic
    Retrieve the name of the destination Historian server configured for a collector.
    Syntax
    Sub GetDestinationServer( _
       ByVal collectorname As System.String _
    ) 
    void GetDestinationServer( 
       System.string collectorname
    )
    void GetDestinationServer( 
       System.String^ collectorname
    ) 

    Parameters

    collectorname
    Name of target collector, typically an instance of ServerToServer Distributor.
    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