Microsoft Identity Integration Server 2003 Developer Reference

CSEntry.Deprovision

The Deprovision method changes the CSEntry object to a disconnector CSEntry object. This method is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.
[C#]
public void Deprovision();
[Visual Basic .NET]
Public Sub Deprovision()

Parameters

This method has no parameters.

Return Values

This method has no return values.

Exceptions

Exception type Condition
InvalidOperationException The disconnect operation is not allowed at the present time.

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

ConnectionState, CSEntry, IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry)