IMASynchronization.FilterForDisconnection Method

Determines whether a connector CSEntry object will be disconnected. A connector space or CSEntry object is disconnected when a delta export matches a filter, or if the filter rules are changed and the new filter criteria for disconnecting an object are met.

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

Usage

'Usage
Dim instance As IMASynchronization
Dim csentry As CSEntry
Dim returnValue As Boolean

returnValue = instance.FilterForDisconnection(csentry)

Syntax

'Declaration
Function FilterForDisconnection ( _
    csentry As CSEntry _
) As Boolean
bool FilterForDisconnection (
    CSEntry csentry
)
bool FilterForDisconnection (
    CSEntry^ csentry
)
boolean FilterForDisconnection (
    CSEntry csentry
)
function FilterForDisconnection (
    csentry : CSEntry
) : boolean

Parameters

  • csentry
    Contains the CSEntry object to which this method applies.

Return Value

Returns true if the object will be disconnected, or false if the object will not be disconnected.

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
IMASynchronization Interface