EventHubClient.OnEndClose(IAsyncResult) Method

Definition

Executes the end close action.

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

Applies to