| TaskAttemptIdAttempt Property |
Gets the attempt number
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public int Attempt { get; }
Public ReadOnly Property Attempt As Integer
Get
public:
property int Attempt {
int get ();
}
member Attempt : int with get
Property Value
Type:
Int32The attempt number.
See Also