IGraphClient.RetryPolicy

IGraphClient.RetryPolicy property

Gets or sets the retry policy used for Microsoft Graph 429 and 503 responses.

public GraphRetryPolicy RetryPolicy { get; set; }

See Also