Called when a metaverse entry is deleted and the connector space entries that are connected to the metaverse entry become disconnector objects.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As IMASynchronization
Dim csentry As CSEntry
Dim returnValue As DeprovisionAction

returnValue = instance.Deprovision(csentry)

Syntax

Visual Basic
Function Deprovision ( _
		csentry As CSEntry _
) As DeprovisionAction
C#
DeprovisionAction Deprovision (
		CSEntry csentry
)
C++
DeprovisionAction Deprovision (
		CSEntry^ csentry
)
J#
DeprovisionAction Deprovision (
		CSEntry csentry
)
JScript
function Deprovision (
		csentry : CSEntry
) : DeprovisionAction

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 type Condition
EntryPointNotImplementedException

The rules extension does not implement this method.

UnexpectedDataException

The method received unexpected data.

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