Share via


HubNameAttribute Constructor

.NET Framework 4

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

Syntax

'Declaration
Public Sub New ( _
    hubName As String _
)
'Usage
Dim hubName As String 

Dim instance As New HubNameAttribute(hubName)
public HubNameAttribute(
    string hubName
)
public:
HubNameAttribute(
    String^ hubName
)
new : 
        hubName:string -> HubNameAttribute
public function HubNameAttribute(
    hubName : String
)

Parameters

See Also

Reference

HubNameAttribute Class

Microsoft.AspNet.SignalR.Hubs Namespace