Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / Find Method
The Predicate delegate that defines the conditions of the sessions to search for.

In This Topic
    Find Method (LocalRepository)
    In This Topic
    Retrieves all the sessions that match the conditions defined by the specified predicate.
    Syntax

    Parameters

    match
    The Predicate delegate that defines the conditions of the sessions to search for.

    Return Value

    A List containing all the sessions that match the conditions defined by the specified predicate, if found; otherwise, an empty List.
    Remarks
    The Predicate is a delegate to a method that returns true if the object passed to it matches the conditions defined in the delegate. The sessions of the repository are individually passed to the Predicate delegate, moving forward in the List, starting with the first session and ending with the last session.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also