ShouldRetryDelay Property
Gets or sets the delay.
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> Delay { get; set; }
Public Property Delay As InOutArgument(Of TimeSpan)
Get
Set
public:
property InOutArgument<TimeSpan>^ Delay {
InOutArgument<TimeSpan>^ get ();
void set (InOutArgument<TimeSpan>^ value);
}
member Delay : InOutArgument<TimeSpan> with get, set
Property Value
InOutArgumentTimeSpan
The delay.