Universal Windows Service Class Library

Application Class

Contains the functionality controlling one application.

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

System.Object
   uws.Application

public class Application

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

Each configured application will be represented through this class. Trigger specified starting of the application will be handled by this class.

All applications watched by Scheduler are stored in an ApplicationList.

Requirements

Namespace: uws

Assembly: uws (in uws.exe)

See Also

Application Members | uws Namespace | Scheduler | ApplicationList