ClientHubInvocation Class

.NET Framework 4.5

Describes a client-side hub method invocation.

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

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

public ref class ClientHubInvocation

The ClientHubInvocation type exposes the following members.

  NameDescription
Public methodClientHubInvocationInitializes a new instance of the ClientHubInvocation class.
Top

  NameDescription
Public propertyArgsGets or sets the argument list the client-side hub method will be called with.
Public propertyHubGets or sets the name of the hub that the method being invoked belongs to.
Public propertyMethodGets or sets the name of the client-side hub method be invoked.
Public propertyStateGets or sets 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.
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: