RetryActivityRetryDuration Property
The current time spent on retrying updated every retry.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InOutArgument<TimeSpan> RetryDuration { get; set; }
Public Property RetryDuration As InOutArgument(Of TimeSpan)
Get
Set
public:
property InOutArgument<TimeSpan>^ RetryDuration {
InOutArgument<TimeSpan>^ get ();
void set (InOutArgument<TimeSpan>^ value);
}
member RetryDuration : InOutArgument<TimeSpan> with get, set
Property Value
InOutArgumentTimeSpan