| ActorProducerPipelineResolverInsert Method |
Register target plugin inside producer pipeline at specified index.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool Insert(
int index,
IActorProducerPlugin plugin
)
member Insert :
index : int *
plugin : IActorProducerPlugin -> bool
Parameters
- index
- Type: SystemInt32
TBD - plugin
- Type: Akka.ActorIActorProducerPlugin
TBD
Return Value
Type:
BooleanTrue if plugin was registered (it has not been found in pipeline already). False otherwise.
See Also