MessageDispatcherThroughput Property |
Gets or sets the throughput.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic int Throughput { get; set; }
Public Property Throughput As Integer
Get
Set
public:
property int Throughput {
int get ();
void set (int value);
}
member Throughput : int with get, set
Property Value
Type:
Int32The throughput.
See Also