IActorRuntime.GetCurrentActorTypes method
Returns the distinct types of all active actors currently managed by this runtime.
public IEnumerable<Type> GetCurrentActorTypes()
Return Value
The distinct types of all active actors.
Remarks
This method is not thread-safe.
See Also
- interface IActorRuntime
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors