MessageBroker Class
.NET Framework 4
This class is the main coordinator. It schedules work to be done for a particular subscription and has an algorithm for choosing a number of workers (thread pool threads), to handle the scheduled work.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Messaging.MessageBroker
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class MessageBroker _
Implements IDisposable
'Usage
Dim instance As MessageBroker
public class MessageBroker : IDisposable
public ref class MessageBroker : IDisposable
type MessageBroker =
class
interface IDisposable
end
public class MessageBroker implements IDisposable
The MessageBroker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MessageBroker(IPerformanceCounterManager) | ||
MessageBroker(IPerformanceCounterManager, Int32, Int32) |
Top
Properties
Name | Description | |
---|---|---|
AllocatedWorkers | ||
BusyWorkers | ||
Trace |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | ||
Dispose(Boolean) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Schedule | ||
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.