C# Class Model.MasterComponent

Inheritance: Model.Component
显示文件 Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
AddSlave ( string address ) : void
Lock ( string address ) : Task
Release ( string address ) : void
RemoveSlave ( string address ) : void

Method Details

AddSlave() public method

public AddSlave ( string address ) : void
address string
return void

Lock() public method

public Lock ( string address ) : Task
address string
return Task

Release() public method

public Release ( string address ) : void
address string
return void

RemoveSlave() public method

public RemoveSlave ( string address ) : void
address string
return void