ImpersonationSequenceActivity.OnActivityExecutionContextLoad Method

The method that is called by the workflow runtime when the ActivityExecutionContext for this activity is loaded.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Overrides Sub OnActivityExecutionContextLoad ( _
    provider As IServiceProvider _
)
'Usage
Dim provider As IServiceProvider

Me.OnActivityExecutionContextLoad(provider)
protected override void OnActivityExecutionContextLoad(
    IServiceProvider provider
)

Parameters

Remarks

This override executes the child activities of the ImpersonationSequenceActivity within the user role specified by the RunAs property.

See Also

Reference

ImpersonationSequenceActivity Class

ImpersonationSequenceActivity Members

Microsoft.SharePoint.WorkflowActions Namespace