| DispatchersHasDispatcher 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.129 (1.2.3.129)
Syntax public bool HasDispatcher(
string id
)
member HasDispatcher :
id : string -> bool
Parameters
- id
- Type: SystemString
TBD
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Akka.Dispatch.Dispatchers.HasDispatcher(System.String)"]
See Also