C# Class SignalR.Samples.Hubs.DemoHub.DemoHub

Inheritance: SignalR.Hubs.Hub
Afficher le fichier Open project: Icenium/SignalR

Méthodes publiques

Méthode Description
AddToGroups ( ) : void
ComplexArray ( Person people ) : void
ComplexType ( Person p ) : Person
DoSomethingAndCallError ( ) : void
DynamicInvoke ( string method ) : void
DynamicTask ( ) : Task
GenericTaskTypedAsPlain ( ) : Task
GenericTaskWithException ( ) : Task
GetValue ( ) : Task
MispelledClientMethod ( ) : void
MultipleCalls ( ) : void
Overload ( int n ) : int
Overload ( ) : void
PassingDynamicComplex ( dynamic p ) : int
PlainTask ( ) : Task
ReadStateValue ( ) : string
RejoiningGroups ( IEnumerable groups ) : IEnumerable
SetStateValue ( string value ) : string
SimpleArray ( int nums ) : void
TaskWithException ( ) : Task
TestGuid ( ) : void
UnsupportedOverload ( int x ) : void
UnsupportedOverload ( string x ) : void

Method Details

AddToGroups() public méthode

public AddToGroups ( ) : void
Résultat void

ComplexArray() public méthode

public ComplexArray ( Person people ) : void
people Person
Résultat void

ComplexType() public méthode

public ComplexType ( Person p ) : Person
p Person
Résultat Person

DoSomethingAndCallError() public méthode

public DoSomethingAndCallError ( ) : void
Résultat void

DynamicInvoke() public méthode

public DynamicInvoke ( string method ) : void
method string
Résultat void

DynamicTask() public méthode

public DynamicTask ( ) : Task
Résultat Task

GenericTaskTypedAsPlain() public méthode

public GenericTaskTypedAsPlain ( ) : Task
Résultat Task

GenericTaskWithException() public méthode

public GenericTaskWithException ( ) : Task
Résultat Task

GetValue() public méthode

public GetValue ( ) : Task
Résultat Task

MispelledClientMethod() public méthode

public MispelledClientMethod ( ) : void
Résultat void

MultipleCalls() public méthode

public MultipleCalls ( ) : void
Résultat void

Overload() public méthode

public Overload ( int n ) : int
n int
Résultat int

Overload() public méthode

public Overload ( ) : void
Résultat void

PassingDynamicComplex() public méthode

public PassingDynamicComplex ( dynamic p ) : int
p dynamic
Résultat int

PlainTask() public méthode

public PlainTask ( ) : Task
Résultat Task

ReadStateValue() public méthode

public ReadStateValue ( ) : string
Résultat string

RejoiningGroups() public méthode

public RejoiningGroups ( IEnumerable groups ) : IEnumerable
groups IEnumerable
Résultat IEnumerable

SetStateValue() public méthode

public SetStateValue ( string value ) : string
value string
Résultat string

SimpleArray() public méthode

public SimpleArray ( int nums ) : void
nums int
Résultat void

TaskWithException() public méthode

public TaskWithException ( ) : Task
Résultat Task

TestGuid() public méthode

public TestGuid ( ) : void
Résultat void

UnsupportedOverload() public méthode

public UnsupportedOverload ( int x ) : void
x int
Résultat void

UnsupportedOverload() public méthode

public UnsupportedOverload ( string x ) : void
x string
Résultat void