SharpSchedule

ScheduledClientManager.Fetch Method (Plan)

Fetch all scheduled clients by the given plan id.

[Visual Basic]
Overloads Protected Function Fetch( _
   ByVal plan As Plan _
) As ICollection
[C#]
protected ICollection Fetch(
   Plan plan
);

Parameters

plan
The plan that the clients are attached to.

Return Value

A collection of clients that have been scheduled for the specific command.

See Also

ScheduledClientManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace | ScheduledClientManager.Fetch Overload List