WorkflowServiceHost::OnBeginClose Method (TimeSpan, AsyncCallback^, Object^)
.NET Framework (current version)
Begins an asynchronous operation invoked when the workflow service host is closed.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
protected: virtual IAsyncResult^ OnBeginClose( TimeSpan timeout, AsyncCallback^ callback, Object^ state ) override
Parameters
- timeout
-
Type:
System::TimeSpan
The period of time the asynchronous close operation has to complete before timing out.
- callback
-
Type:
System::AsyncCallback^
The asynchronous callback delegate that receives notification of the completion of the asynchronous close operation.
- state
-
Type:
System::Object^
User-define state data that is associated with the asynchronous close operation.
.NET Framework
Available since 4.0
Available since 4.0
Show: