StashFactory..::..CreateStash Method (IActorContext, Type)

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static IStash CreateStash(
	this IActorContext context,
	Type actorType
)
<ExtensionAttribute> _
Public Shared Function CreateStash ( _
	context As IActorContext, _
	actorType As Type _
) As IStash
[ExtensionAttribute]
public:
static IStash^ CreateStash(
	IActorContext^ context, 
	Type^ actorType
)

Parameters

context
Type: Akka.Actor..::..IActorContext
actorType
Type: Type