Overload List

  NameDescription
Public methodStatic memberSubmit(SubmitParameters)
Submit a Scope script to Cosmos. Note that the user must call VC.SetDefaultCredentials() or VC.Setup() before calling this function.
Public methodStatic memberSubmit(String, String, Boolean, SubmitParameters)
This function submits the job to virtual cluster.
Public methodStatic memberSubmit(String, String, String, SubmitParameters)
This function submits the job to virtual cluster.
Public methodStatic memberSubmit(String, String, String, SecureString, SubmitParameters)
This function submits the job to virtual cluster.
Public methodStatic memberSubmit(String, String, Boolean, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, Boolean)
This function submits the job to virtual cluster. This will use the default versions of SCOPE and Dryad Nebula. Also, it will use the default value for VC percent allocation.
Public methodStatic memberSubmit(String, String, Int32, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, Boolean)
This function submits the job to virtual cluster. IMPORTANT: If you are using this function to submit a job, please set the vcName, proxy, and userName credentials using VC.Setup(...) function first. This way, you don't have to pass the vcName, proxy, and userName credentials every time. If you would like to just pass those credentials with the submit function, please use the other overload of this function.
Public methodStatic memberSubmit(String, String, String, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, Boolean)
This function submits the job to virtual cluster. This will use the default versions of SCOPE and Dryad Nebula. Also, it will use the default value for VC percent allocation.
Public methodStatic memberSubmit(String, String, String, Int32, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, Boolean)
This function submits the job to virtual cluster. IMPORTANT: If you are using this function to submit a job, please set the vcName, proxy, and userName credentials using VC.Setup(...) function first. This way, you don't have to pass the vcName, proxy, and userName credentials every time. If you would like to just pass those credentials with the submit function, please use the other overload of this function.
Public methodStatic memberSubmit(String, String, Boolean, String, String, Int32, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, Boolean)
This function submits the job to virtual cluster.
Public methodStatic memberSubmit(String, String, String, String, String, Int32, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, Boolean)
This function submits the job to virtual cluster.
Public methodStatic memberSubmit(String, String, Boolean, String, String, Int32, String, Int32, Dictionary<(Of <<'(String, String>)>>), String, List<(Of <<'(JobNotification>)>>), Boolean)
This function submits the job to virtual cluster.

See Also