The single state-bearing object the process invocation pipeline accepts and mutates during execution.
public class InvocationContext
Renamed from ProcessInvocationContext for traceability.
kind:method, kind:property, kind:ctor. Press Esc to clear.InvocationContext(ProcessConfiguration, ProcessExitConfiguration, InvocationMode, CancellationToken)Initialises a new instance of the InvocationContext class.CancellationTokenGets the cancellation token.ConfigurationGets the process configuration.ExitConfigurationGets the process exit configuration.MiddlewareGets or sets the MiddlewareContext exposed to middleware during execution.ModeGets the invocation mode that determines the capture path.ResultGets or sets the process result produced by the invocation.WithConfiguration(ProcessConfiguration)Creates a new InvocationContext with the specified configuration while preserving all other context state.WithExitConfiguration(ProcessExitConfiguration)Creates a new InvocationContext with the specified exit configuration while preserving all other context state.