C# Class winsw.Native.SC_ACTION

Show file Open project: kohsuke/winsw

Public Properties

Property Type Description
Delay uint
Type SC_ACTION_TYPE

Public Methods

Method Description
SC_ACTION ( SC_ACTION_TYPE type, System.TimeSpan delay ) : System

Method Details

SC_ACTION() public method

public SC_ACTION ( SC_ACTION_TYPE type, System.TimeSpan delay ) : System
type SC_ACTION_TYPE
delay System.TimeSpan
return System

Property Details

Delay public property

The time to wait before performing the specified action, in milliseconds.
public uint Delay
return uint

Type public property

public SC_ACTION_TYPE Type
return SC_ACTION_TYPE