Polly.Policy.SetPolicyContext C# (CSharp) Method

SetPolicyContext() private method

Updates the execution Context with context from the executing Policy.
private SetPolicyContext ( Context executionContext ) : void
executionContext Context The execution .
return void
        internal virtual void SetPolicyContext(Context executionContext)
        {
            executionContext.PolicyKey = PolicyKey;
        }
    }