C# Class MyDriver.MyDriverClient

Inheritance: IDisposable
Afficher le fichier Open project: JeffreyZhao/unit-test-practices Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FeedData ( ) : void

Method Details

AddQuery() public méthode

public AddQuery ( int queryId ) : void
queryId int
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MyDriverClient() public méthode

public MyDriverClient ( string uri ) : System
uri string
Résultat System

Receive() public méthode

public Receive ( ) : MyDriver.MyData
Résultat MyDriver.MyData

RemoveQuery() public méthode

public RemoveQuery ( int queryId ) : void
queryId int
Résultat void