HubNameAttribute Class

.NET Framework 4.5

Represents the attribute for the hub name.

System::Object
  System::Attribute
    Microsoft.AspNet.SignalR.Hubs::HubNameAttribute

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

[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = false)]
public ref class HubNameAttribute sealed : public Attribute

The HubNameAttribute type exposes the following members.

  NameDescription
Public methodHubNameAttributeInitializes a new instance of the HubNameAttribute class.
Top

  NameDescription
Public propertyHubNameGets or sets the name of the hub.
Public propertyTypeId (Inherited from Attribute.)
Top

  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Public methodToString (Inherited from Object.)
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: