IConnectionHandler.FinalizeDg

Alias for a finalizer delegate, which can be specified externally and is called when the connection is shut down.

class IConnectionHandler
alias FinalizeDg = void delegate(typeof(this) instance)

Meta