ClientHubInvocation Properties

.NET Framework 4.5

The ClientHubInvocation type exposes the following members.

  NameDescription
Public property Args The argument list the client-side hub method will be called with.
Public property Hub The name of the hub that the method being invoked belongs to.
Public property Method The name of the client-side hub method be invoked.
Public property State A key-value store representing the hub state on the server that has changed since the last time the hub state was sent to the client.
Public property Target The signal that clients receiving this invocation are subscribed to.
Top
Show: