IMVSynchronization.Initialize Method
Initializes the rules extension object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As IMVSynchronization
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 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
Reference
IMVSynchronization Interface
IMVSynchronization Members
Microsoft.MetadirectoryServices Namespace
IMVSynchronization Interface