HubResponse Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Represents the response returned from an incoming hub request.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The HubResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Error | Gets or sets the exception that occurs as a result of invoking the hub method. |
![]() | ErrorData | Extra error data contained in the HubException |
![]() | Id | Gets or sets the ID of the operation. |
![]() | IsHubException | Indicates whether the Error is a see HubException. |
![]() | Result | Gets or sets the result of the invocation. |
![]() | StackTrace | Gets or sets the stack trace of the exception that occurs as a result of invoking the hub method. |
![]() | State | Gets or sets the changes made the round tripped state. |
Show:
