Public Delegate Sub PublishGetDestinationServerHandler( _ ByVal status As Status, _ ByVal destinationServer As System.String _ )
public delegate void PublishGetDestinationServerHandler( Status status, System.string destinationServer )
public delegate void PublishGetDestinationServerHandler( Status status, System.String^ destinationServer )
Parameters
- status
- Overall operation status.
- destinationServer
- Name of the configured destination server.