IMVSynchronization::Initialize Method
The IMVSynchronization.Initialize method initializes the rules extension object.
Syntax
public void Initialize();
Public Sub Initialize()
Implements IMVSynchronization.Initialize
Parameters
This method has no parameters.
Return Value
This method does not return a value.
Remarks
If an exception occurs in this method, the IMVSynchronization.Terminate method is not called. If the IMVSynchronization.Terminate method releases any resources allocated in this method, those resources remain when an exception occurs because the IMVSynchronization.Terminate method is not called. Release any resources allocated in this method as part of your exception handling routine.
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
IMVSynchronization
Example: Reading Settings for Rules Extensions
Send comments about this topic to Microsoft
Build date: 2/16/2009