Click or drag to resize
DispatchersLookup Method

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

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public MessageDispatcher Lookup(
	string dispatcherName
)

Parameters

dispatcherName
Type: SystemString

[Missing <param name="dispatcherName"/> documentation for "M:Akka.Dispatch.Dispatchers.Lookup(System.String)"]

Return Value

Type: MessageDispatcher

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

See Also