Microsoft Identity Integration Server 2003 Developer Reference |
[C#]
public void Initialize();
[Visual Basic .NET]
Public Sub Initialize()
Implements IMASynchronization.Initialize
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.
Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.
IMASynchronization, Example: Reading Settings for Rules Extensions