Adds a scheduled task to a task queue. The "ApplicationTaskInfo" object must contain the ID of the task queue to which the task is to be added.
Visual Basic |
---|
Public Function AddScheduledTask( _ ByVal QueueID As String, _ ByVal RestoreToWaitingTimeoutInMinutes As Long, _ ByVal TaskType As String, _ ByVal TaskData() As Byte, _ ByVal ActivationTimestamp As Timestamp _ ) As String |