GroupProxy Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  System.Dynamic.DynamicObject
    Microsoft.AspNet.SignalR.Hubs.SignalProxy
      Microsoft.AspNet.SignalR.Hubs.GroupProxy

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

Syntax

'Declaration
Public Class GroupProxy _
    Inherits SignalProxy
'Usage
Dim instance As GroupProxy
public class GroupProxy : SignalProxy
public ref class GroupProxy : public SignalProxy
type GroupProxy =  
    class 
        inherit SignalProxy 
    end
public class GroupProxy extends SignalProxy

The GroupProxy type exposes the following members.

Constructors

  Name Description
Public method GroupProxy

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 (Inherited from SignalProxy.)
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 (Inherited from SignalProxy.)
Public method TryInvoke (Inherited from DynamicObject.)
Public method TryInvokeMember (Inherited from SignalProxy.)
Public method TrySetIndex (Inherited from DynamicObject.)
Public method TrySetMember (Inherited from DynamicObject.)
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