WaitForDocumentUnlockActivity.DoUpdate Method
When overridden in a derived class, receives notification that the document is unlocked.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overridable Sub DoUpdate ( _
executionContext As ActivityExecutionContext _
)
'Usage
Dim executionContext As ActivityExecutionContext
Me.DoUpdate(executionContext)
protected virtual void DoUpdate(
ActivityExecutionContext executionContext
)
Parameters
executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContextThe context that is associated with this activity.
Remarks
This method is called when the document is unlocked.
See Also
Reference
WaitForDocumentUnlockActivity Class