HubResponse Properties

.NET Framework 4.5

The HubResponse type exposes the following members.

  NameDescription
Public property Error The exception that occurs as a result of invoking the hub method.
Public property Id The id of the operation.
Public property Result The result of the invocation.
Public property StackTrace The stack trace of the exception that occurs as a result of invoking the hub method.
Public property State The changes made the the round tripped state.
Top
Show: