Beispiel #1
0
 public MachineActor(Dapr.Actors.Runtime.ActorService actorService, ActorId actorId) : base(actorService, actorId)
 {
 }
Beispiel #2
0
 public MachineActor(Dapr.Actors.Runtime.ActorService actorService, ActorId actorId, IActorStateManager actorStateManager = null) : base(actorService, actorId, actorStateManager)
 {
 }