FluentConfigLogging..::..DefaultDispatcher Method (FluentConfig, DispatcherType, Int32, Nullable<(Of <(<'TimeSpan>)>)>)

Namespace:  Akka
Assembly:  Akka (in Akka.dll)

Syntax


public static FluentConfig DefaultDispatcher(
	this FluentConfig self,
	DispatcherType dispatcherType,
	int throughput,
	Nullable<TimeSpan> throughputDeadlineTimeout
)
<ExtensionAttribute> _
Public Shared Function DefaultDispatcher ( _
	self As FluentConfig, _
	dispatcherType As DispatcherType, _
	throughput As Integer, _
	throughputDeadlineTimeout As Nullable(Of TimeSpan) _
) As FluentConfig
[ExtensionAttribute]
public:
static FluentConfig^ DefaultDispatcher(
	FluentConfig^ self, 
	DispatcherType^ dispatcherType, 
	int^ throughput, 
	Nullable<TimeSpan^> throughputDeadlineTimeout
)

Parameters

self
Type: Akka..::..FluentConfig
dispatcherType
Type: Akka.Dispatch..::..DispatcherType
throughput
Type: Int32
throughputDeadlineTimeout
Type: Nullable<(Of <(<'TimeSpan>)>)>