HandleExternalEventActivity::Initialize Method (IServiceProvider^)

 

Initializes the event with the service provider.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

protected:
virtual void Initialize(
	IServiceProvider^ provider
) override sealed

Parameters

provider
Type: System::IServiceProvider^

The IServiceProvider that provides custom support to the class.

Exception Condition
ArgumentNullException

provider is a null reference (Nothing in Visual Basic), the type of the service provider is a null reference (Nothing), or the proxy for the service provider is a null reference (Nothing).

.NET Framework
Available since 3.0
Return to top
Show: