Class ExecutionContextCreatedEventArgs
Issued when new execution context is created.
public sealed record ExecutionContextCreatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ExecutionContextCreatedEventArgs>
- Inheritance
-
EventArgsExecutionContextCreatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
ExecutionContextCreatedEventArgs(ExecutionContextDescription)
Issued when new execution context is created.
public ExecutionContextCreatedEventArgs(ExecutionContextDescription Context)
Parameters
ContextExecutionContextDescriptionA newly created execution context.
Properties
Context
A newly created execution context.
public ExecutionContextDescription Context { get; init; }