Click or drag to resize
Akka.NETActorProducerPipelineResolverUnregister Method
Unregisters plugin from producer pipeline, returning false if plugin was not found.

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

Parameters

plugin
Type: Akka.ActorIActorProducerPlugin
TBD

Return Value

Type: Boolean
TBD
See Also