MessageClientEntity.OnClosed Method

Occurs when the message client entity is transitioned into a closing state.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Protected Overridable Sub OnClosed
'Usage

Me.OnClosed()
protected virtual void OnClosed()
protected:
virtual void OnClosed()
abstract OnClosed : unit -> unit 
override OnClosed : unit -> unit 
protected function OnClosed()

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace