DotNetWorkQueue.ASendJobToQueue.JobAlreadyExistsError C# (CSharp) 메소드

JobAlreadyExistsError() 보호된 추상적인 메소드

Return true if the exception indicates that the job already exists.
Used to determine if we should return specific error messages
protected abstract JobAlreadyExistsError ( Exception error ) : bool
error System.Exception The error.
리턴 bool
        protected abstract bool JobAlreadyExistsError(Exception error);