IMASynchronization::Initialize Method
The IMASynchronization.Initialize method initializes the rules extension object.
Syntax
public void Initialize();
Public Sub Initialize()
Implements IMASynchronization.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 IMASynchronization.Terminate method is not called. If the IMASynchronization.Terminate method releases any resources allocated in the initialize method, those resources remain when an exception occurs in this method because the IMASynchronization.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
IMASynchronization
Example: Reading Settings for Rules Extensions
Send comments about this topic to Microsoft
Build date: 2/16/2009