Click or drag to resize
Akka.NETDispatchersHasDispatcher Method
Checks that configuration provides a section for the given dispatcher. This does not guarantee that no ConfigurationException will be thrown when using the dispatcher, because the details can only be checked by trying to instantiate it, which might be undesirable when just checking.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool HasDispatcher(
	string id
)

Parameters

id
Type: SystemString
TBD

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Dispatch.Dispatchers.HasDispatcher(System.String)"]

See Also