Class ExecutionContextDestroyedEventArgs
ExecutionContextDestroyed
public sealed class ExecutionContextDestroyedEventArgs : EventArgs- Inheritance
- 
      
      
      ExecutionContextDestroyedEventArgs
- Inherited Members
Properties
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }Property Value
ExecutionContextUniqueId
Gets or sets the executionContextUniqueId
[JsonPropertyName("executionContextUniqueId")]
public string ExecutionContextUniqueId { get; set; }