This topic has not yet been rated - Rate this topic

IMVSynchronization.Initialize Method

Visual Studio 2010
Initializes the rules extension object.


Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
'Usage
Dim instance As IMVSynchronization

instance.Initialize
void Initialize ()
void Initialize ()
function Initialize ()

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.


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

 

Target Platforms



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.