GroupProxy Class

.NET Framework 4.5

Represents a group of signal proxy used by the hub.

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

public ref class GroupProxy : public SignalProxy

The GroupProxy type exposes the following members.

  NameDescription
Public methodGroupProxy
Top

  NameDescription
Protected propertyConnection (Inherited from SignalProxy.)
Protected propertyHubNameGets or sets the name of the hub. (Inherited from SignalProxy.)
Protected propertyInvoker (Inherited from SignalProxy.)
Protected propertySignalGets or sets the signal associated with the SignalProxy. (Inherited from SignalProxy.)
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicMemberNames (Inherited from DynamicObject.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetInvocationDataGets the client hub invocation data associated with the proxy. (Inherited from SignalProxy.)
Public methodGetMetaObject (Inherited from DynamicObject.)
Public methodGetType (Inherited from Object.)
Public methodInvokeInvokes a method and returns the results of the method call. (Inherited from SignalProxy.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTryBinaryOperation (Inherited from DynamicObject.)
Public methodTryConvert (Inherited from DynamicObject.)
Public methodTryCreateInstance (Inherited from DynamicObject.)
Public methodTryDeleteIndex (Inherited from DynamicObject.)
Public methodTryDeleteMember (Inherited from DynamicObject.)
Public methodTryGetIndex (Inherited from DynamicObject.)
Public methodTryGetMemberProvides the implementation for operations that get member values. (Inherited from SignalProxy.)
Public methodTryInvoke (Inherited from DynamicObject.)
Public methodTryInvokeMemberProvides the implementation for operations that invoke a member. (Inherited from SignalProxy.)
Public methodTrySetIndex (Inherited from DynamicObject.)
Public methodTrySetMember (Inherited from DynamicObject.)
Public methodTryUnaryOperation (Inherited from DynamicObject.)
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: