LaunchEmptyResult Class

Returned when an asynchronous operation starts,

Constructors

Name Description
LaunchEmptyResult(AsyncJobStatus, string) Creates a new instance of the LaunchEmptyResult class.

Properties

Name Type Description
AsyncJobId System.String Asynchronous job’s unique ID.
JobStatus DotNetBox.AsyncJobStatus Asynchronous job’s current status.

Methods

Name Description
LaunchEmptyResult.FromJson(JObject) Creates a new instance of the LaunchEmptyResult class using a JSON object.
LaunchEmptyResult.ToString() Returns a string containing all of the class’ properties.