Universal Windows Service Class Library

Scheduler Class

Provides main function for service thread and controlls different application threads.

For a list of all members of this type, see Scheduler Members.

System.Object
   uws.Scheduler

public class Scheduler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class provides methods controlling the working behaviour of the scheduler which will be used from the Service class.

Requirements

Namespace: uws

Assembly: uws (in uws.exe)

See Also

Scheduler Members | uws Namespace | Service