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 | |
---|---|---|
![]() |
GroupProxy |
Top
Properties
Name | Description | |
---|---|---|
![]() |
HubName | (Inherited from SignalProxy.) |
![]() |
Send | (Inherited from SignalProxy.) |
![]() |
Signal | (Inherited from SignalProxy.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDynamicMemberNames | (Inherited from DynamicObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInvocationData | (Inherited from SignalProxy.) |
![]() |
GetMetaObject | (Inherited from DynamicObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Invoke | (Inherited from SignalProxy.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryBinaryOperation | (Inherited from DynamicObject.) |
![]() |
TryConvert | (Inherited from DynamicObject.) |
![]() |
TryCreateInstance | (Inherited from DynamicObject.) |
![]() |
TryDeleteIndex | (Inherited from DynamicObject.) |
![]() |
TryDeleteMember | (Inherited from DynamicObject.) |
![]() |
TryGetIndex | (Inherited from DynamicObject.) |
![]() |
TryGetMember | (Inherited from SignalProxy.) |
![]() |
TryInvoke | (Inherited from DynamicObject.) |
![]() |
TryInvokeMember | (Inherited from SignalProxy.) |
![]() |
TrySetIndex | (Inherited from DynamicObject.) |
![]() |
TrySetMember | (Inherited from DynamicObject.) |
![]() |
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.