Class ExecutionContextDestroyedEventArgs
Issued when execution context is destroyed.
public sealed class ExecutionContextDestroyedEventArgs : EventArgs
- Inheritance
-
ExecutionContextDestroyedEventArgs
- Inherited Members
Properties
ExecutionContextId
Id of the destroyed context
[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }
Property Value
ExecutionContextUniqueId
Unique Id of the destroyed context
[JsonPropertyName("executionContextUniqueId")]
public string ExecutionContextUniqueId { get; set; }