HubMethodNameAttribute Class

.NET Framework 4.5

Represents the method name attributes for the hub.

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

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

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

The HubMethodNameAttribute type exposes the following members.

  NameDescription
Public methodHubMethodNameAttributeInitializes new instance of the HubMethodNameAttribute class.
Top

  NameDescription
Public propertyMethodNameGets or sets the method name.
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: