MessageSession.OnEndDefer(IAsyncResult) Method

Definition

Executes the end defer operation of the message receiver.

protected override void OnEndDefer (IAsyncResult result);
override this.OnEndDefer : IAsyncResult -> unit
Protected Overrides Sub OnEndDefer (result As IAsyncResult)

Parameters

result
IAsyncResult

An IAsyncResult that references the asynchronous operation to suspend processing of messages.

Applies to