Add result wait service
This commit is contained in:
@ -16,5 +16,10 @@ namespace Hcs.WebApp.BackgroundServices
|
||||
{
|
||||
return operations.TryDequeue(out operation);
|
||||
}
|
||||
|
||||
public bool HasCampaignOperation(int campaignId)
|
||||
{
|
||||
return operations.Any(x => x.CampaignId == campaignId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user