Class ExecutionContextCreatedEventArgs
ExecutionContextCreated
public sealed class ExecutionContextCreatedEventArgs : EventArgs
- Inheritance
-
ExecutionContextCreatedEventArgs
- Inherited Members
Properties
Context
Gets or sets the context
[JsonPropertyName("context")]
public ExecutionContextDescription Context { get; set; }