HubResult Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Hubs
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Represents the result of a hub invocation.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The HubResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Error | Gets or sets the error message returned from the hub invocation. |
![]() | ErrorData | Extra error data |
![]() | Id | Gets or sets the callback identifier. |
![]() | IsHubException | Indicates whether the Error is a HubException. |
![]() | Result | Gets or sets the return value of the hub. |
![]() | State | Gets or sets the caller state from this hub. |
Show:
