LifecycleEvent
class
Namespace: Orleans.Runtime.Diagnostics
The base class used for lifecycle diagnostic events.
public abstract class LifecycleEventConstructors
LifecycleEvent(int, string, SiloAddress?)The base class used for lifecycle diagnostic events.
Fields
SiloAddressThe silo address associated with the event, if any.StageThe numeric stage identifier.StageNameThe human-readable stage name.
