Microsoft Identity Integration Server 2003 Developer Reference

IMASynchronization.Terminate

The IMASynchronization.Terminate method is called when the rules extension object is no longer needed. This method is used to free resources owned by the rules extension.
[C#]
public void Terminate();
[Visual Basic .NET]
Public Sub Terminate()
Implements IMASynchronization.Terminate

Parameters

This method has no parameters.

Return Values

This method has no return values.

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