Class ShardingProducerController.Start<T>
Inheritance
ShardingProducerController.Start<T>
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class Start<T> : ShardingProducerController.IShardingProducerControllerCommand<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