IActorRuntimeLog.OnCreateActor method
Invoked when the specified actor has been created.
public void OnCreateActor(ActorId id, string creatorName, string creatorType)
parameter | description |
---|---|
id | The id of the actor that has been created. |
creatorName | The name of the creator, or null. |
creatorType | The type of the creator, or null. |
See Also
- class ActorId
- interface IActorRuntimeLog
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors