JAMS 6.x Help
WithinTime Property (DependencyRemoteSetup)


Gets or Sets the Time Range for this Dependency. Time Range Dependencies are usually less restrictive than a normal Dependency.

This is an optional property. If left unassigned, and the the Since Job is unassigned as well, then whenever the current Job is submitted, it will be in a wait state until the dependent Job completes with a satisfactory status.

Syntax
'Declaration
 
Public Property WithinTime As DeltaTime
'Usage
 
Dim instance As DependencyRemoteSetup
Dim value As DeltaTime
 
instance.WithinTime = value
 
value = instance.WithinTime
public DeltaTime WithinTime {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DependencyRemoteSetup Class
DependencyRemoteSetup Members

Send Feedback