[Missing <summary> documentation for "M:Akka.Actor.Deploy.Copy(Akka.Actor.Scope)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Deploy Copy(
Scope scope = null
)
Public Function Copy (
Optional scope As Scope = Nothing
) As Deploy
public:
Deploy^ Copy(
Scope^ scope = nullptr
)
member Copy :
?scope : Scope
(* Defaults:
let _scope = defaultArg scope null
*)
-> Deploy
Parameters
- scope (Optional)
- Type: Akka.ActorScope
[Missing <param name="scope"/> documentation for "M:Akka.Actor.Deploy.Copy(Akka.Actor.Scope)"]
Return Value
Type:
Deploy[Missing <returns> documentation for "M:Akka.Actor.Deploy.Copy(Akka.Actor.Scope)"]
See Also