Microsoft Identity Integration Server 2003 Developer Reference

IMASynchronization.Initialize

The IMASynchronization.Initialize method initializes the rules extension object.
[C#]
public void Initialize();
[Visual Basic .NET]
Public Sub Initialize()
Implements IMASynchronization.Initialize

Parameters

This method has no parameters.

Return Values

This method has no return values.

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: 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.

See Also

IMASynchronization, Example: Reading Settings for Rules Extensions