EventHubClient.OnEndOpen(IAsyncResult) Method

Definition

Executes the end open action.

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 Open operation.

Applies to