C# Class WoopsaAds.WoopsaAdsController

显示文件 Open project: woopsa-protocol/Woopsa Class Usage Examples

Public Properties

Property Type Description
folderPathWebPages string
isLocal bool
isRunning bool
plcParameterList ObservableCollection
port int
runAtStartUp bool

Public Methods

Method Description
Load ( ) : void
LoadConfig ( ) : void
Restart ( ) : void
ShutDown ( ) : void
Start ( object argsObject ) : void
WoopsaAdsController ( ) : System

Private Methods

Method Description
JoinWoopsaAdsThread ( List list ) : void
SaveConfig ( WoopsaAdsConfig config ) : void

Method Details

Load() public method

public Load ( ) : void
return void

LoadConfig() public method

public LoadConfig ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

ShutDown() public method

public ShutDown ( ) : void
return void

Start() public method

public Start ( object argsObject ) : void
argsObject object
return void

WoopsaAdsController() public method

public WoopsaAdsController ( ) : System
return System

Property Details

folderPathWebPages public_oe property

public string folderPathWebPages
return string

isLocal public_oe property

public bool isLocal
return bool

isRunning public_oe property

public bool isRunning
return bool

plcParameterList public_oe property

public ObservableCollection plcParameterList
return ObservableCollection

port public_oe property

public int port
return int

runAtStartUp public_oe property

public bool runAtStartUp
return bool