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
Public method StatefulSignalProxy

Top

Properties

  Name Description
Protected property HubName (Inherited from SignalProxy.)
Protected property Send (Inherited from SignalProxy.)
Protected property Signal (Inherited from SignalProxy.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDynamicMemberNames (Inherited from DynamicObject.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationData (Overrides SignalProxy.GetInvocationData(String, Object[]).)
Public method GetMetaObject (Inherited from DynamicObject.)
Public method GetType (Inherited from Object.)
Public method Invoke (Inherited from SignalProxy.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryBinaryOperation (Inherited from DynamicObject.)
Public method TryConvert (Inherited from DynamicObject.)
Public method TryCreateInstance (Inherited from DynamicObject.)
Public method TryDeleteIndex (Inherited from DynamicObject.)
Public method TryDeleteMember (Inherited from DynamicObject.)
Public method TryGetIndex (Inherited from DynamicObject.)
Public method TryGetMember (Overrides SignalProxy.TryGetMember(GetMemberBinder, Object%).)
Public method TryInvoke (Inherited from DynamicObject.)
Public method TryInvokeMember (Inherited from SignalProxy.)
Public method TrySetIndex (Inherited from DynamicObject.)
Public method TrySetMember (Overrides DynamicObject.TrySetMember(SetMemberBinder, Object).)
Public method TryUnaryOperation (Inherited from DynamicObject.)

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