ClientHubInvocation Class

.NET Framework 4

A description of a client-side hub method invocation.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Hubs.ClientHubInvocation

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Class ClientHubInvocation
'Usage
Dim instance As ClientHubInvocation
public class ClientHubInvocation
public ref class ClientHubInvocation
type ClientHubInvocation =  class end
public class ClientHubInvocation

The ClientHubInvocation type exposes the following members.

Constructors

  Name Description
Public method ClientHubInvocation

Top

Properties

  Name Description
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 to 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace