Share via


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

Remarks

This method is called when the document is unlocked.

See Also

Reference

WaitForDocumentUnlockActivity Class

WaitForDocumentUnlockActivity Members

Microsoft.SharePoint.WorkflowActions Namespace