Click or drag to resize
Akka.NETActorProducerPipelineResolverInsert Method
Register target plugin inside producer pipeline at specified index.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Insert(
	int index,
	IActorProducerPlugin plugin
)

Parameters

index
Type: SystemInt32
TBD
plugin
Type: Akka.ActorIActorProducerPlugin
TBD

Return Value

Type: Boolean
True if plugin was registered (it has not been found in pipeline already). False otherwise.
See Also