Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ServerConnection Class / PublishGetDestinationServerEvent Event



In This Topic
    PublishGetDestinationServerEvent Event (ServerConnection)
    In This Topic
    Occurs when a collector responds with the destination server name.
    Syntax
    'Declaration
     
    Public Event PublishGetDestinationServerEvent As PublishGetDestinationServerHandler
    'Usage
     
    Dim instance As ServerConnection
    Dim handler As PublishGetDestinationServerHandler
     
    AddHandler instance.PublishGetDestinationServerEvent, handler
    public event PublishGetDestinationServerHandler PublishGetDestinationServerEvent
    public:
    event PublishGetDestinationServerHandler^ PublishGetDestinationServerEvent
    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