Adds a 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 AddTask( _ ByVal QueueID As String, _ ByVal RestoreToWaitingTimeoutInMinutes As Long, _ ByVal TaskType As String, _ ByVal TaskData() As Byte _ ) As String |