HubInvocation Class

.NET Framework 4.5

Represents the hubs invocation of the client.

System::Object
  Microsoft.AspNet.SignalR.Client.Hubs::HubInvocation

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

public ref class HubInvocation

The HubInvocation type exposes the following members.

  NameDescription
Public methodHubInvocationInitializes a new instance of the HubInvocation class.
Top

  NameDescription
Public propertyArgsGets or sets the argument list of the client hub method will be called with.
Public propertyCallbackIdGets or sets the callback identifier of the hub invocation property.
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 hub method to 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: