Session.OnEndSetState Method

Executes the end set state action.

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

Syntax

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

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

Parameters

See Also

Reference

Session Class

Microsoft.ServiceBus.Messaging Namespace