C# Class ntest.Listener

Mostra file Open project: bricel/DrutNet

Public Methods

Method Description
Listener ( XmlRpcListenerService svc ) : System
Run ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Listener() public method

public Listener ( XmlRpcListenerService svc ) : System
svc CookComputing.XmlRpc.XmlRpcListenerService
return System

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void