WorkflowInstance.OnBeginPersist(AsyncCallback, Object) 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.
Asynchronous call to ask the host to persist the workflow.
protected public:
abstract IAsyncResult ^ OnBeginPersist(AsyncCallback ^ callback, System::Object ^ state);
protected internal abstract IAsyncResult OnBeginPersist (AsyncCallback callback, object state);
abstract member OnBeginPersist : AsyncCallback * obj -> IAsyncResult
Protected Friend MustOverride Function OnBeginPersist (callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
The method to be called when the persist operation has completed.
- state
- Object
An optional application-specific object that contains information about the asynchronous operation.
Returns
A reference to the current persist operation.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.