[Missing <summary> documentation for "M:Akka.Dispatch.Dispatchers.Lookup(System.String)"]
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic MessageDispatcher Lookup(
string dispatcherName
)
Public Function Lookup (
dispatcherName As String
) As MessageDispatcher
public:
MessageDispatcher^ Lookup(
String^ dispatcherName
)
member Lookup :
dispatcherName : string -> MessageDispatcher
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