CloseAndRemoveRelayConnection
Methods
public void CloseAndRemoveRelayConnection(IRelayConnection connection)
De-registers a IRelayConnection. Should be called by the implementation of IRelay whenever a client connection is dropped.
Parameters
Type | Name | Description |
---|---|---|
IRelayConnection | connection | A connection to stop relaying to the Replication Server. |