IMVSynchronization.Terminate Method

Called when the rules extension object is no longer needed. This method is used to free resources that are owned by the rules extension.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As IMVSynchronization

instance.Terminate

Syntax

'Declaration
Sub Terminate
void Terminate ()
void Terminate ()
void Terminate ()
function Terminate ()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

IMVSynchronization Interface
IMVSynchronization Members
Microsoft.MetadirectoryServices Namespace
IMVSynchronization Interface

Other Resources

Example: Creating a Rules Extension from Multiple Sources