IMASynchronization::FilterForDisconnection Method
The FilterForDisconnection method determines if 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.
Syntax
public Boolean FilterForDisconnection(
CSEntry csentry
);
Public Function FilterForDisconnection( _
ByVal csentry As CSEntry _
) As Boolean
Implements IMASynchronization.FilterForDisconnection
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. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009