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 | |
---|---|---|
ClientHubInvocation |
Top
Properties
Name | Description | |
---|---|---|
Args | The argument list the client-side hub method will be called with. | |
Hub | The name of the hub that the method being invoked belongs to. | |
Method | The name of the client-side hub method to be invoked. | |
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. | |
Target | The signal that clients receiving this invocation are subscribed to. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.