Click or drag to resize
ActorSystemImplAwaitTermination Method (TimeSpan, CancellationToken)

[Missing <summary> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.AwaitTermination(System.TimeSpan,System.Threading.CancellationToken)"]

Namespace: Akka.Actor.Internals
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override bool AwaitTermination(
	TimeSpan timeout,
	CancellationToken cancellationToken
)

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.AwaitTermination(System.TimeSpan,System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.AwaitTermination(System.TimeSpan,System.Threading.CancellationToken)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.Internals.ActorSystemImpl.AwaitTermination(System.TimeSpan,System.Threading.CancellationToken)"]

See Also