MessageClientEntity.OnEndOpen Method

Executes upon calling the operation to end to open the message client entity.

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

Syntax

'Declaration
Protected MustOverride Sub OnEndOpen ( _
    result As IAsyncResult _
)
'Usage
Dim result As IAsyncResult

Me.OnEndOpen(result)
protected abstract void OnEndOpen(
    IAsyncResult result
)
protected:
virtual void OnEndOpen(
    IAsyncResult^ result
) abstract
abstract OnEndOpen : 
        result:IAsyncResult -> unit 
protected abstract function OnEndOpen(
    result : IAsyncResult
)

Parameters

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace