Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.SqlServer
Assembly:  Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)
Syntax
'Declaration
Public Sub New ( _
    connectionString As String, _
    tableCount As Integer, _
    dependencyResolver As IDependencyResolver _
)
'Usage
Dim connectionString As String 
Dim tableCount As Integer 
Dim dependencyResolver As IDependencyResolver 
Dim instance As New SqlMessageBus(connectionString, _
    tableCount, dependencyResolver)
public SqlMessageBus(
    string connectionString,
    int tableCount,
    IDependencyResolver dependencyResolver
)
public:
SqlMessageBus(
    String^ connectionString, 
    int tableCount, 
    IDependencyResolver^ dependencyResolver
)
new : 
        connectionString:string * 
        tableCount:int * 
        dependencyResolver:IDependencyResolver -> SqlMessageBus
public function SqlMessageBus(
    connectionString : String, 
    tableCount : int, 
    dependencyResolver : IDependencyResolver
)
Parameters
- connectionString
 Type: System.String
- tableCount
 Type: System.Int32
- dependencyResolver
 Type: Microsoft.AspNet.SignalR.IDependencyResolver