Initializes the rules extension object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As IMVSynchronization

instance.Initialize

Syntax

Visual Basic
Sub Initialize
C#
void Initialize ()
C++
void Initialize ()
J#
void Initialize ()
JScript
function Initialize ()

Remarks

If an exception occurs in this method, the Terminate method is not called. If the Terminate method releases any resources that are allocated in this method, those resources remain when an exception occurs because the Terminate method is not called. Release any resources that are allocated in this method as part of your exception-handling routine.


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

See Also