HubResponse Class
.NET Framework 4
The response returned from an incoming hub request.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Hubs.HubResponse
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class HubResponse
'Usage
Dim instance As HubResponse
public class HubResponse
public ref class HubResponse
type HubResponse = class end
public class HubResponse
The HubResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HubResponse |
Top
Properties
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 round tripped state. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.