'Declaration Public Delegate Sub PublishGetDestinationServerHandler( _ ByVal status As Status, _ ByVal destinationServer As String _ )
'Usage Dim instance As New PublishGetDestinationServerHandler(AddressOf HandlerMethod)
public delegate void PublishGetDestinationServerHandler( Status status, string destinationServer )
public delegate void PublishGetDestinationServerHandler( Status status, String^ destinationServer )
Parameters
- status
- Overall operation status.
- destinationServer
- Name of the configured destination server.