WorkflowServiceHost.OnEndOpen(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.