This documentation is archived and is not being maintained.
HubResponse Class
.NET Framework 4.5
The response returned from an incoming hub request.
Namespace:
Microsoft.AspNet.SignalR.Hubs Assembly:
Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public ref class HubResponse
The HubResponse type exposes the following members.
|
| Name | Description |
|---|
 | Error | The exception that occurs as a result of invoking the hub method. |
 | Id | The id of the operation. |
 | Result | The result of the invocation. |
 | StackTrace | The stack trace of the exception that occurs as a result of invoking the hub method. |
 | State | The changes made the the round tripped state. |
TopAny public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.