Click or drag to resize
Akka.NETActorProducerPipeline Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.ActorActorProducerPipeline

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class ActorProducerPipeline : IEnumerable<IActorProducerPlugin>, 
	IEnumerable

The ActorProducerPipeline type exposes the following members.

Constructors
  NameDescription
Public methodActorProducerPipeline
TBD
Top
Properties
  NameDescription
Public propertyCount
TBD
Top
Methods
  NameDescription
Public methodAfterActorIncarnated
Resolves and applies all plugins valid to specified underlying actor registered in current producer pipeline to newly created actor.
Public methodBeforeActorIncarnated
Resolves and applies all plugins valid to specified underlying actor registered in current producer pipeline before old actor would be recycled.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatIActorProducerPlugin
TBD
(Defined by Extensions.)
Public Extension MethodDropIActorProducerPlugin
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachIActorProducerPlugin
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedIActorProducerPlugin
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadIActorProducerPlugin
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorIActorProducerPlugin
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatchOverloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatchTOverloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBeIActorProducerPlugin
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderIActorProducerPlugin
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightIActorProducerPlugin
Selects last n elements.
(Defined by Extensions.)
Top
See Also