TaskSchedulerSnapshotCreate Method

Overload List

Create(TaskService, String) Creates a compressed zip file that contains all the information accessible to the user from the TaskService instance necessary to reconstitute its tasks and folders.

  Note

This method can take many seconds to execute. It is recommended to call the asynchronous version.

  Caution

This method will execute without error even if the user does not have permissions to see all tasks and folders. It is imperative that the developer ensures that the user has Administrator or equivalent rights before calling this method.
Create(TaskServiceConnectionToken, String, CancellationToken, IProgressTupleInt32, String) Creates a compressed zip file that contains all the information accessible to the user from the TaskService instance necessary to reconstitute its tasks and folders.

  Caution

This method will execute without error even if the user does not have permissions to see all tasks and folders. It is imperative that the developer ensures that the user has Administrator or equivalent rights before calling this method.

See Also