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
    'Declaration
     
    Sub GetDestinationServer( _
       ByVal collectorname As String _
    ) 
    'Usage
     
    Dim instance As IPublish
    Dim collectorname As String
     
    instance.GetDestinationServer(collectorname)
    void GetDestinationServer( 
       string collectorname
    )
    void GetDestinationServer( 
       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