Microsoft Identity Integration Server 2003 Developer Reference

IMVSynchronization.Initialize

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

Parameters

This method has no parameters.

Return Values

This method has no return values.

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

IMVSynchronization, Example: Reading Settings for Rules Extensions