C# Class LightNode.Sample.Server.SelfHost.Member

Inheritance: LightNode.Server.LightNodeContract
Exibir arquivo Open project: neuecc/LightNode

Public Methods

Method Description
ByteArrayReceive ( int x, byte bytes, string name ) : System.Threading.Tasks.Task
Random ( int seed ) : Task

aaa

Private Methods

Method Description
Hoge ( string p ) : void

Method Details

ByteArrayReceive() public method

public ByteArrayReceive ( int x, byte bytes, string name ) : System.Threading.Tasks.Task
x int
bytes byte
name string
return System.Threading.Tasks.Task

Random() public method

aaa
public Random ( int seed ) : Task
seed int see:d
return Task