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

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

returnValue = instance.FilterForDisconnection(csentry)

Syntax

Visual Basic
Function FilterForDisconnection ( _
		csentry As CSEntry _
) As Boolean
C#
bool FilterForDisconnection (
		CSEntry csentry
)
C++
bool FilterForDisconnection (
		CSEntry^ csentry
)
J#
boolean FilterForDisconnection (
		CSEntry csentry
)
JScript
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