Class ExecutionContextCreatedEventArgs
Issued when new execution context is created.
public sealed class ExecutionContextCreatedEventArgs : EventArgs
- Inheritance
-
ExecutionContextCreatedEventArgs
- Inherited Members
Properties
Context
A newly created execution context.
[JsonPropertyName("context")]
public ExecutionContextDescription Context { get; set; }