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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา