ServiceActivityInitialWatchInterval Property |
If Inital persist is true this interval will be used as the first
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<TimeSpan> InitialWatchInterval { get; set; }
Public Property InitialWatchInterval As InArgument(Of TimeSpan)
Get
Set
public:
property InArgument<TimeSpan>^ InitialWatchInterval {
InArgument<TimeSpan>^ get ();
void set (InArgument<TimeSpan>^ value);
}
member InitialWatchInterval : InArgument<TimeSpan> with get, set
Property Value
InArgumentTimeSpan
See Also