Class ProducerController.Start<T>
Signal to the ProducerController that we're ready to begin message production.
Inheritance
ProducerController.Start<T>
Assembly: Akka.dll
Syntax
public sealed class Start<T> : ProducerController.IProducerCommand<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
Start(IActorRef)
Declaration
public Start(IActorRef producer)
Parameters
Properties
|
Improve this Doc
View Source
Producer
Declaration
public IActorRef Producer { get; }
Property Value
Implements
Extension Methods