MessageSession.OnEndOpen(IAsyncResult) Method

Definition

Ends the asynchronous operation to open a communication object for the message session.

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

Parameters

result
IAsyncResult

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

Applies to