Session.OnEndGetState Method

Executes the end get state action.

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

Syntax

'Declaration
Protected MustOverride Function OnEndGetState ( _
    result As IAsyncResult _
) As Stream
'Usage
Dim result As IAsyncResult
Dim returnValue As Stream

returnValue = Me.OnEndGetState(result)
protected abstract Stream OnEndGetState(
    IAsyncResult result
)
protected:
virtual Stream^ OnEndGetState(
    IAsyncResult^ result
) abstract
abstract OnEndGetState : 
        result:IAsyncResult -> Stream 
protected abstract function OnEndGetState(
    result : IAsyncResult
) : Stream

Parameters

Return Value

Type: System.IO.Stream
.

See Also

Reference

Session Class

Microsoft.ServiceBus.Messaging Namespace