DockerShimSettings.ExitTimeout property

The amount of time application code has after it is requested to exit, before the process forcibly exits. Defaults to 10 seconds.

public TimeSpan ExitTimeout { get; set; }

See Also