IMASynchronization.Initialize Method

Initializes the rules extension object.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As IMASynchronization

instance.Initialize

Syntax

'Declaration
Sub Initialize
void Initialize ()
void Initialize ()
void Initialize ()
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 the initialize method, those resources remain when an exception occurs in this method 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

Reference

IMASynchronization Interface
IMASynchronization Members
Microsoft.MetadirectoryServices Namespace
IMASynchronization Interface

Other Resources

Example: Reading Settings for Rules Extensions