C# Class Microsoft.AspNet.SignalR.Tests.DefaultActionResolverFacts.TestHub

Inheritance: Microsoft.AspNet.SignalR.Hubs.Hub
ファイルを表示 Open project: SignalR/SignalR

Public Methods

Method Description
Bar ( double d ) : void
Bar ( int x ) : void
Foo ( ) : void
Foo ( int x ) : void
MethodListOfByteArray ( List datas ) : void
MethodWithArray ( int values ) : void
MethodWithArrayOfComplete ( System.Complex complexes ) : void
MethodWithByteArray ( byte data ) : void
MethodWithComplex ( System.Complex complex ) : void
MethodWithGuid ( System.Guid guid ) : void
MethodWithNonNullable ( int x ) : void
MethodWithNullables ( int x, string y ) : void

Method Details

Bar() public method

public Bar ( double d ) : void
d double
return void

Bar() public method

public Bar ( int x ) : void
x int
return void

Foo() public method

public Foo ( ) : void
return void

Foo() public method

public Foo ( int x ) : void
x int
return void

MethodListOfByteArray() public method

public MethodListOfByteArray ( List datas ) : void
datas List
return void

MethodWithArray() public method

public MethodWithArray ( int values ) : void
values int
return void

MethodWithArrayOfComplete() public method

public MethodWithArrayOfComplete ( System.Complex complexes ) : void
complexes System.Complex
return void

MethodWithByteArray() public method

public MethodWithByteArray ( byte data ) : void
data byte
return void

MethodWithComplex() public method

public MethodWithComplex ( System.Complex complex ) : void
complex System.Complex
return void

MethodWithGuid() public method

public MethodWithGuid ( System.Guid guid ) : void
guid System.Guid
return void

MethodWithNonNullable() public method

public MethodWithNonNullable ( int x ) : void
x int
return void

MethodWithNullables() public method

public MethodWithNullables ( int x, string y ) : void
x int
y string
return void