Click or drag to resize
IStashPrepend Method

[Missing <summary> documentation for "M:Akka.Actor.IStash.Prepend(System.Collections.Generic.IEnumerable{Akka.Actor.Envelope})"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void Prepend(
	IEnumerable<Envelope> envelopes
)

Parameters

envelopes
Type: System.Collections.GenericIEnumerableEnvelope

[Missing <param name="envelopes"/> documentation for "M:Akka.Actor.IStash.Prepend(System.Collections.Generic.IEnumerable{Akka.Actor.Envelope})"]

See Also