Click or drag to resize
ActorSelectionResolveOne Method

[Missing <summary> documentation for "M:Akka.Actor.ActorSelection.ResolveOne(System.TimeSpan)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Task<ActorRef> ResolveOne(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:Akka.Actor.ActorSelection.ResolveOne(System.TimeSpan)"]

Return Value

Type: TaskActorRef

[Missing <returns> documentation for "M:Akka.Actor.ActorSelection.ResolveOne(System.TimeSpan)"]

See Also