C# Class Org.IdentityConnectors.Framework.Common.Objects.ResultsHandler

Show file Open project: Tirasa/ConnId Class Usage Examples

Public Properties

Property Type Description
Handle Boolean>.Func

Property Details

Handle public property

Invoked each time a matching ConnectorObject is returned from a query request.
/// the implementor should throw a that /// wraps any native exception (or that describes any other /// problem during execution) that is serious enough to stop the /// iteration.
public Func Handle
return Boolean>.Func