WorkflowServiceHost.OnEndOpen(IAsyncResult) Method

Definition

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

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

Parameters

result
IAsyncResult

A reference to the asynchronous operation.

Applies to