[Missing <summary> documentation for "M:Akka.Actor.IStash.Prepend(System.Collections.Generic.IEnumerable{Akka.Actor.Envelope})"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Prepend(
IEnumerable<Envelope> envelopes
)
Sub Prepend (
envelopes As IEnumerable(Of Envelope)
)
void Prepend(
IEnumerable<Envelope>^ envelopes
)
abstract Prepend :
envelopes : IEnumerable<Envelope> -> unit
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