PipelineExecutingArguments
Arguments that indicate the pipeline execution started.
            
                using System.Runtime.InteropServices;
namespace Polly.Telemetry
{
    [StructLayout(LayoutKind.Sequential, Size = 1)]
    public readonly struct PipelineExecutingArguments
    {
    }
}