MessageSession.OnEndClose(IAsyncResult) Method

Definition

Ends an asynchronous operation to close the communication object for the message session.

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

Parameters

result
IAsyncResult

An IAsyncResult that references the asynchronous operation to close the communication object for the message session.

Applies to