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

Inheritance: Microsoft.AspNet.SignalR.Hubs.Hub
显示文件 Open project: SignalR/SignalR

Public Methods

Method Description
AddToGroups ( ) : void
CancelledGenericTask ( ) : Task
CancelledTask ( ) : Task
ComplexArray ( Person people ) : void
ComplexType ( Person p ) : Person
DoSomethingAndCallError ( ) : void
DynamicInvoke ( string method ) : void
DynamicTask ( ) : Task
GenericTaskWithContinueWith ( ) : Task
GenericTaskWithException ( ) : Task
GetHttpContextHandler ( ) : string
GetValue ( ) : Task
HubException ( ) : void
HubExceptionWithoutErrorData ( ) : void
InlineScriptTag ( ) : string
MispelledClientMethod ( ) : void
MultipleCalls ( ) : void
NeverEndingTask ( ) : Task
Overload ( int n ) : int
Overload ( ) : void
PassingDynamicComplex ( dynamic p ) : int
PlainTask ( ) : Task
ReadAnyState ( ) : object
ReadStateValue ( ) : string
ReportProgress ( string jobName, IProgress progress ) : Task
ReturnLargePayload ( ) : string
SendToUser ( string userId ) : void
SetStateValue ( string value ) : string
SimpleArray ( int nums ) : void
SynchronousException ( ) : void
TaskWithException ( ) : Task
TestGuid ( ) : void
UnsupportedOverload ( int x ) : void
UnsupportedOverload ( string x ) : void

Method Details

AddToGroups() public method

public AddToGroups ( ) : void
return void

CancelledGenericTask() public method

public CancelledGenericTask ( ) : Task
return Task

CancelledTask() public method

public CancelledTask ( ) : Task
return Task

ComplexArray() public method

public ComplexArray ( Person people ) : void
people Person
return void

ComplexType() public method

public ComplexType ( Person p ) : Person
p Person
return Person

DoSomethingAndCallError() public method

public DoSomethingAndCallError ( ) : void
return void

DynamicInvoke() public method

public DynamicInvoke ( string method ) : void
method string
return void

DynamicTask() public method

public DynamicTask ( ) : Task
return Task

GenericTaskWithContinueWith() public method

public GenericTaskWithContinueWith ( ) : Task
return Task

GenericTaskWithException() public method

public GenericTaskWithException ( ) : Task
return Task

GetHttpContextHandler() public method

public GetHttpContextHandler ( ) : string
return string

GetValue() public method

public GetValue ( ) : Task
return Task

HubException() public method

public HubException ( ) : void
return void

HubExceptionWithoutErrorData() public method

public HubExceptionWithoutErrorData ( ) : void
return void

InlineScriptTag() public method

public InlineScriptTag ( ) : string
return string

MispelledClientMethod() public method

public MispelledClientMethod ( ) : void
return void

MultipleCalls() public method

public MultipleCalls ( ) : void
return void

NeverEndingTask() public method

public NeverEndingTask ( ) : Task
return Task

Overload() public method

public Overload ( int n ) : int
n int
return int

Overload() public method

public Overload ( ) : void
return void

PassingDynamicComplex() public method

public PassingDynamicComplex ( dynamic p ) : int
p dynamic
return int

PlainTask() public method

public PlainTask ( ) : Task
return Task

ReadAnyState() public method

public ReadAnyState ( ) : object
return object

ReadStateValue() public method

public ReadStateValue ( ) : string
return string

ReportProgress() public method

public ReportProgress ( string jobName, IProgress progress ) : Task
jobName string
progress IProgress
return Task

ReturnLargePayload() public method

public ReturnLargePayload ( ) : string
return string

SendToUser() public method

public SendToUser ( string userId ) : void
userId string
return void

SetStateValue() public method

public SetStateValue ( string value ) : string
value string
return string

SimpleArray() public method

public SimpleArray ( int nums ) : void
nums int
return void

SynchronousException() public method

public SynchronousException ( ) : void
return void

TaskWithException() public method

public TaskWithException ( ) : Task
return Task

TestGuid() public method

public TestGuid ( ) : void
return void

UnsupportedOverload() public method

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

UnsupportedOverload() public method

public UnsupportedOverload ( string x ) : void
x string
return void