TeamFoundationJobSchedule Constructor (DateTime, Int32)
Initializes a new instance of the TeamFoundationJobSchedule class by using the specified schedule time and interval.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
scheduledTime As DateTime, _
interval As Integer _
)
public TeamFoundationJobSchedule(
DateTime scheduledTime,
int interval
)
public:
TeamFoundationJobSchedule(
DateTime scheduledTime,
int interval
)
new :
scheduledTime:DateTime *
interval:int -> TeamFoundationJobSchedule
public function TeamFoundationJobSchedule(
scheduledTime : DateTime,
interval : int
)
Parameters
scheduledTime
Type: System.DateTimeThe scheduled time that is used as a basis for calculating the next run time.
interval
Type: System.Int32The time interval between jobs, in seconds.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationJobSchedule Class