MessageBus.AllocatedWorkers Property

.NET Framework 4

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

Syntax

'Declaration
Public ReadOnly Property AllocatedWorkers As Integer 
    Get
'Usage
Dim instance As MessageBus 
Dim value As Integer 

value = instance.AllocatedWorkers
public int AllocatedWorkers { get; }
public:
property int AllocatedWorkers {
    int get ();
}
member AllocatedWorkers : int
function get AllocatedWorkers () : int

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

MessageBus Class

Microsoft.AspNet.SignalR.Messaging Namespace