IMASynchronization.Deprovision Method
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
'Usage
Dim instance As IMASynchronization
Dim csentry As CSEntry
Dim returnValue As DeprovisionAction
returnValue = instance.Deprovision(csentry)
Syntax
'Declaration
Function Deprovision ( _
csentry As CSEntry _
) As DeprovisionAction
DeprovisionAction Deprovision (
CSEntry csentry
)
DeprovisionAction Deprovision (
CSEntry^ csentry
)
DeprovisionAction Deprovision (
CSEntry csentry
)
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
Reference
IMASynchronization Interface
IMASynchronization Members
Microsoft.MetadirectoryServices Namespace
CSEntry Class
DeprovisionAction Enumeration
IMASynchronization Interface