C# Class LightNode.Performance.Perf

Inheritance: LightNode.Server.LightNodeContract
Afficher le fichier Open project: neuecc/LightNode

Méthodes publiques

Méthode Description
Echo ( string name, int x, int y, MyEnum e ) : MyClass
Te ( ) : System.Threading.Tasks.Task
Te4 ( string xs ) : string
TeVoid ( ) : void
Test ( string a = null, int x = null, MyEnum2 z = null ) : void
TestArray ( string array, int array2, MyEnum array3 ) : void

Private Methods

Méthode Description
ByteArrayCheck1 ( int x, string y, byte byteArray ) : void
ByteArrayCheck2 ( string array, int array2, MyEnum array3, byte byteArray ) : void
ByteArrayCheck3 ( int x, string y, byte byteArray, string a = null, int xxx = null, MyEnum2 z = null ) : void
Ignore ( string a ) : void
IgnoreClient ( string a ) : void
PostString ( string hoge ) : string

Method Details

Echo() public méthode

public Echo ( string name, int x, int y, MyEnum e ) : MyClass
name string
x int
y int
e MyEnum
Résultat MyClass

Te() public méthode

public Te ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Te4() public méthode

public Te4 ( string xs ) : string
xs string
Résultat string

TeVoid() public méthode

public TeVoid ( ) : void
Résultat void

Test() public méthode

public Test ( string a = null, int x = null, MyEnum2 z = null ) : void
a string
x int
z MyEnum2
Résultat void

TestArray() public méthode

public TestArray ( string array, int array2, MyEnum array3 ) : void
array string
array2 int
array3 MyEnum
Résultat void