MessageSession.GetStateAsync Method

Definition

Asynchronously gets the state of the message session.

public System.Threading.Tasks.Task<System.IO.Stream> GetStateAsync ();
member this.GetStateAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Function GetStateAsync () As Task(Of Stream)

Returns

The stream from which the state information is persisted.

Applies to