IMASynchronization::Deprovision Method

The Deprovision method is called when a metaverse entry is deleted and the connector space entries connected to the metaverse entry become disconnector objects.

Syntax

C#
public DeprovisionAction Deprovision(
  CSEntry csentry
);
Visual Basic .NET
Public Function Deprovision( _
  ByVal csentry As CSEntry _
) As DeprovisionAction
Implements IMASynchronization.Deprovision

Parameters

csentry

Contains a CSEntry object that represents the connector space entry that was connected to the deleted metaverse entry.

Return Value

Returns one of the DeprovisionAction values that determines which action should be taken on the connector space entry.

Exceptions

Exception typeCondition
EntryPointNotImplementedException

The rules extension does not implement this method.

UnexpectedDataException

The method received unexpected data.

Requirements

ProductILM 2007 FP1
NamespaceMicrosoft.MetadirectoryServices
AssemblyMicrosoft.MetadirectoryServices
.NET Framework.NET Framework 2.0

See Also

CSEntry
DeprovisionAction
IMASynchronization
Example: Deprovisioning a Connector Space Object


Send comments about this topic to Microsoft

Build date: 2/16/2009

Tags :


Page view tracker