Click or drag to resize
Akka.NETActorProducerPipelineResolverRegister Method
Register target plugin at the end of producer pipeline.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Register(
	IActorProducerPlugin plugin
)

Parameters

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