This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim provider As IServiceProvider

Me.Initialize(provider)

Syntax

Visual Basic
Protected Overrides Sub Initialize ( _
		provider As IServiceProvider _
)
C#
protected override void Initialize (
		IServiceProvider provider
)
C++
protected:
virtual void Initialize (
		IServiceProvider^ provider
) override
J#
protected void Initialize (
		IServiceProvider provider
)
JScript
protected override function Initialize (
		provider : IServiceProvider
)

Parameters

provider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also