StatefulSignalProxy Class
.NET Framework 4
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicObject
Microsoft.AspNet.SignalR.Hubs.SignalProxy
Microsoft.AspNet.SignalR.Hubs.StatefulSignalProxy
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class StatefulSignalProxy _
Inherits SignalProxy
'Usage
Dim instance As StatefulSignalProxy
public class StatefulSignalProxy : SignalProxy
public ref class StatefulSignalProxy : public SignalProxy
type StatefulSignalProxy =
class
inherit SignalProxy
end
public class StatefulSignalProxy extends SignalProxy
The StatefulSignalProxy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatefulSignalProxy |
Top
Properties
Name | Description | |
---|---|---|
HubName | (Inherited from SignalProxy.) | |
Send | (Inherited from SignalProxy.) | |
Signal | (Inherited from SignalProxy.) |
Top
Methods
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.