'Declaration Public Sub OnPublishGetDestinationServer( _ ByVal status As Status, _ ByVal destinationServer As String _ )
'Usage Dim instance As ServerConnection Dim status As Status Dim destinationServer As String instance.OnPublishGetDestinationServer(status, destinationServer)
public void OnPublishGetDestinationServer( Status status, string destinationServer )
public: void OnPublishGetDestinationServer( Status status, String^ destinationServer )
Parameters
- status
- Indication of how the request was processed.
- destinationServer
- Destination Historian server name.