Show / Hide Table of Contents

Enum RetryType

The type of retry to make.

Namespace: Google.Cloud.Diagnostics.Common
Assembly: Google.Cloud.Diagnostics.Common.dll
Syntax
public enum RetryType

Fields

Name Description
None

Requests will not be retried.

Retry

Requests will be retried.

Back to top