RootWorkflowActivityWithData.OnActivityExecutionContextLoad Method
Called by the workflow runtime every time 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
provider
Type: System.IServiceProviderAn object that provides services to this instance.
Remarks
This override obtains the value for the WorkflowWebProvider property of the current workflow context from the provider, if the context of the RootWorkflowActivityWithData exists.
See Also
Reference
RootWorkflowActivityWithData Class