DotNetWorkQueue.ASendJobToQueue.DeleteJob C# (CSharp) Method

DeleteJob() protected abstract method

Deletes the job based on the job name.
protected abstract DeleteJob ( string name ) : void
name string The name.
return void
        protected abstract void DeleteJob(string name);