Interface IRetryEvent
Event containing information about the happened retry
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public interface IRetryEvent
Properties
Exception
SocketException that triggered the retry
Declaration
Exception Exception { get; }
Property Value
| Exception |
HttpStatusCode
Properties
Event property bag
Declaration
IDictionary<string, object> Properties { get; }
Property Value
| IDictionary<string, object> |