ActorCellUseThreadContext Method |
[Missing <summary> documentation for "M:Akka.Actor.ActorCell.UseThreadContext(System.Action)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void UseThreadContext(
Action action
)
Public Sub UseThreadContext (
action As Action
)
public:
void UseThreadContext(
Action^ action
)
member UseThreadContext :
action : Action -> unit
Parameters
- action
- Type: SystemAction
[Missing <param name="action"/> documentation for "M:Akka.Actor.ActorCell.UseThreadContext(System.Action)"]
See Also