C# Class Service.Service.LocalService

Inheritance: Service
Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
Call ( long uid, Func func ) : void
Load ( Manager processor ) : void
MessageReceive ( Service service, object o ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Call() public method

public Call ( long uid, Func func ) : void
uid long
func Func
return void

Load() public method

public Load ( Manager processor ) : void
processor Manager
return void

MessageReceive() public method

public MessageReceive ( Service service, object o ) : void
service Service
o object
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void