DotNetWorkQueue.ASendJobToQueue.DoesJobExist C# (CSharp) Method

DoesJobExist() protected abstract method

Returns the status of the job based on name and scheduled time.
protected abstract DoesJobExist ( string name, DateTimeOffset scheduledTime ) : QueueStatuses
name string The name.
scheduledTime DateTimeOffset The scheduled time.
return QueueStatuses
        protected abstract QueueStatuses DoesJobExist(string name, DateTimeOffset scheduledTime);