MessageSession.OnBeginSetState Méthode

Définition

Exécute l’action begin set state.

protected abstract IAsyncResult OnBeginSetState (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.IO.Stream sessionState, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginSetState : Microsoft.ServiceBus.Tracing.TrackingContext * System.IO.Stream * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginSetState (trackingContext As TrackingContext, sessionState As Stream, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

Paramètres

trackingContext
TrackingContext

TrackingContext à utiliser.

sessionState
Stream

État.

timeout
TimeSpan

Le délai d'attente.

callback
AsyncCallback

Rappel.

state
Object

État.

Retours

.

S’applique à