Table of Contents

Interface IRetryEvent

Namespace
PnP.Core.Services
Assembly
PnP.Core.dll

Event containing information about the happened retry

public interface IRetryEvent

Properties

Exception

SocketException that triggered the retry

Exception Exception { get; }

Property Value

Exception

HttpStatusCode

Http status code for the retried request

int HttpStatusCode { get; }

Property Value

int

Properties

Event property bag

IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>

Request

Request that was retried

Uri Request { get; }

Property Value

Uri

WaitTime

Wait before the next try in seconds

int WaitTime { get; }

Property Value

int