Click or drag to resize
DeployerLookup Method (IEnumerableString)

[Missing <summary> documentation for "M:Akka.Actor.Deployer.Lookup(System.Collections.Generic.IEnumerable{System.String})"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Deploy Lookup(
	IEnumerable<string> path
)

Parameters

path
Type: System.Collections.GenericIEnumerableString

[Missing <param name="path"/> documentation for "M:Akka.Actor.Deployer.Lookup(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: Deploy

[Missing <returns> documentation for "M:Akka.Actor.Deployer.Lookup(System.Collections.Generic.IEnumerable{System.String})"]

See Also