C# Class winsw.Native.Service

Inheritance: IDisposable
Show file Open project: kohsuke/winsw

Public Methods

Method Description
ChangeConfig ( System.TimeSpan failureResetPeriod, List actions ) : void
Dispose ( ) : void

Private Methods

Method Description
Service ( IntPtr service ) : System

Method Details

ChangeConfig() public method

public ChangeConfig ( System.TimeSpan failureResetPeriod, List actions ) : void
failureResetPeriod System.TimeSpan
actions List
return void

Dispose() public method

public Dispose ( ) : void
return void