Class ExecutionContextDestroyedEventArgs
Issued when execution context is destroyed.
public sealed record ExecutionContextDestroyedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ExecutionContextDestroyedEventArgs>
- Inheritance
-
EventArgsExecutionContextDestroyedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
ExecutionContextDestroyedEventArgs(ExecutionContextId, string)
Issued when execution context is destroyed.
public ExecutionContextDestroyedEventArgs(ExecutionContextId ExecutionContextId, string ExecutionContextUniqueId)
Parameters
ExecutionContextIdExecutionContextIdId of the destroyed context
ExecutionContextUniqueIdstringUnique Id of the destroyed context
Properties
ExecutionContextId
Id of the destroyed context
public ExecutionContextId ExecutionContextId { get; init; }
Property Value
ExecutionContextUniqueId
Unique Id of the destroyed context
public string ExecutionContextUniqueId { get; init; }