Microsoft Identity Integration Server 2003 Developer Reference

IMASynchronization.FilterForDisconnection

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.
[C#]
public Boolean FilterForDisconnection(
  CSEntry csentry
);
[Visual Basic .NET]
Public Function FilterForDisconnection( _
  ByVal csentry As CSEntry _
) As Boolean
Implements IMASynchronization.FilterForDisconnection

Parameters

csentry
Contains the CSEntry object to which this method applies.

Return Values

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: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

CSEntry, IMASynchronization