RetryConditionHeaderValue.Delta Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Delta As Nullable(Of TimeSpan)
Get
'Usage
Dim instance As RetryConditionHeaderValue
Dim value As Nullable(Of TimeSpan)
value = instance.Delta
public Nullable<TimeSpan> Delta { get; }
public:
property Nullable<TimeSpan> Delta {
Nullable<TimeSpan> get ();
}
member Delta : Nullable<TimeSpan>
function get Delta () : Nullable<TimeSpan>
Property Value
Type: System.Nullable<TimeSpan>