Click or drag to resize
FluentConfigLoggingDefaultDispatcher Method (FluentConfig, DispatcherType, Int32, NullableTimeSpan)

[Missing <summary> documentation for "M:Akka.FluentConfigLogging.DefaultDispatcher(Akka.FluentConfig,Akka.Dispatch.DispatcherType,System.Int32,System.Nullable{System.TimeSpan})"]

Namespace: Akka
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static FluentConfig DefaultDispatcher(
	this FluentConfig self,
	DispatcherType dispatcherType,
	int throughput = 100,
	Nullable<TimeSpan> throughputDeadlineTimeout = null
)

Parameters

self
Type: AkkaFluentConfig

[Missing <param name="self"/> documentation for "M:Akka.FluentConfigLogging.DefaultDispatcher(Akka.FluentConfig,Akka.Dispatch.DispatcherType,System.Int32,System.Nullable{System.TimeSpan})"]

dispatcherType
Type: Akka.DispatchDispatcherType

[Missing <param name="dispatcherType"/> documentation for "M:Akka.FluentConfigLogging.DefaultDispatcher(Akka.FluentConfig,Akka.Dispatch.DispatcherType,System.Int32,System.Nullable{System.TimeSpan})"]

throughput (Optional)
Type: SystemInt32

[Missing <param name="throughput"/> documentation for "M:Akka.FluentConfigLogging.DefaultDispatcher(Akka.FluentConfig,Akka.Dispatch.DispatcherType,System.Int32,System.Nullable{System.TimeSpan})"]

throughputDeadlineTimeout (Optional)
Type: SystemNullableTimeSpan

[Missing <param name="throughputDeadlineTimeout"/> documentation for "M:Akka.FluentConfigLogging.DefaultDispatcher(Akka.FluentConfig,Akka.Dispatch.DispatcherType,System.Int32,System.Nullable{System.TimeSpan})"]

Return Value

Type: FluentConfig

[Missing <returns> documentation for "M:Akka.FluentConfigLogging.DefaultDispatcher(Akka.FluentConfig,Akka.Dispatch.DispatcherType,System.Int32,System.Nullable{System.TimeSpan})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FluentConfig. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also