Add a new connection establish delegate which will be called for every connection once it has been successfully established.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- connectionEstablishDelegate
- Type: NetworkCommsDotNet NetworkComms ConnectionEstablishShutdownDelegate
The delegate to call after all connection establishments.
- runSynchronously (Optional)
- Type: System Boolean
If true this ConnectionEstablishShutdownDelegate will be called synchronously during the connection establish. The connection will not be considered established until the ConnectionEstablishShutdownDelegate has completed.
See Also