We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Executes the provided action within the impersonated context
System.Threading.Tasks.Task ExecuteAsync(Pact.Impersonation.ImpersonationSettings settings, System.Func<System.Threading.Tasks.Task> func);
settings Pact.Impersonation.ImpersonationSettings Passed on a per-action basis as it's not improbable you may need to impersonate with different credentials
settings
func System.Func<System.Threading.Tasks.Task> The function to execute
func
System.Threading.Tasks.Task