WorkflowServiceHost.OnEndClose(IAsyncResult) Method

Definition

Completes an asynchronous operation invoked when the workflow service host is closed.

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

Parameters

result
IAsyncResult

A reference to the asynchronous operation.

Applies to