HubResponse Class

.NET Framework 4.5

Represents the response returned from an incoming hub request.

System::Object
  Microsoft.AspNet.SignalR.Hubs::HubResponse

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.

  NameDescription
Public methodHubResponseInitializes a new instance of the HubResponse class.
Top

  NameDescription
Public propertyErrorGets or sets the exception that occurs as a result of invoking the hub method.
Public propertyErrorDataExtra error data contained in the HubException
Public propertyIdGets or sets the ID of the operation.
Public propertyIsHubExceptionIndicates whether the Error is a see HubException.
Public propertyResultGets or sets the result of the invocation.
Public propertyStackTraceGets or sets the stack trace of the exception that occurs as a result of invoking the hub method.
Public propertyStateGets or sets the changes made the round tripped state.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: