Method IsHeldBy
- Namespace
- MailFathom.Application.Jobs
- Assembly
- MailFathom.Application.dll
IsHeldBy(JobLeaseOwner)
Reports whether a given attempt is the one holding this lease.
public bool IsHeldBy(JobLeaseOwner owner)
Parameters
ownerJobLeaseOwnerThe attempt asking.
Returns
Exceptions
- ArgumentNullException
Thrown when
owneris null.