C# Class MyDriver.MyDriverClient

Inheritance: IDisposable
Datei anzeigen Open project: JeffreyZhao/unit-test-practices Class Usage Examples

Public Methods

Method Description
AddQuery ( int queryId ) : void
Connect ( ) : void
Dispose ( ) : void
MyDriverClient ( string uri ) : System
Receive ( ) : MyDriver.MyData
RemoveQuery ( int queryId ) : void

Private Methods

Method Description
FeedData ( ) : void

Method Details

AddQuery() public method

public AddQuery ( int queryId ) : void
queryId int
return void

Connect() public method

public Connect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

MyDriverClient() public method

public MyDriverClient ( string uri ) : System
uri string
return System

Receive() public method

public Receive ( ) : MyDriver.MyData
return MyDriver.MyData

RemoveQuery() public method

public RemoveQuery ( int queryId ) : void
queryId int
return void