Universal Windows Service Class Library

CustomCommand Enumeration

Enum for custom commands which could be sent to service.

public enum CustomCommand

Remarks

This enumeration is used to specify different commands which could be sent to universal windows service which react on it.

The values for user defined actions have to be between 128 and 256. Here values above 150 will be used.

Members

Member NameDescription
None No custom command.
Reload Service should reload configuration settings.

Requirements

Namespace: uws

Assembly: uwsCore (in uwsCore.dll)

See Also

uws Namespace