C# Class Model.BenchmarkComponent

Inheritance: Model.Component
Datei anzeigen Open project: egametang/Egametang

Public Methods

Method Description
Dispose ( ) : void
TestAsync ( NetOuterComponent networkComponent, string address, int j ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TestAsync() public method

public TestAsync ( NetOuterComponent networkComponent, string address, int j ) : void
networkComponent NetOuterComponent
address string
j int
return void