Bearbeiten

ReceiveContext.OnComplete(TimeSpan) Method

Definition

Called when the state machine is transitioning to the completed state with the specified timeout value.

protected:
 abstract void OnComplete(TimeSpan timeout);
protected abstract void OnComplete (TimeSpan timeout);
abstract member OnComplete : TimeSpan -> unit
Protected MustOverride Sub OnComplete (timeout As TimeSpan)

Parameters

timeout
TimeSpan

The timeout for the complete operation to complete.

Applies to