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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.