IAzureCosmosDbGetCompanyIpWhiteBlackList Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<List<IpAddressStatusDto>> GetCompanyIpWhiteBlackList(
CompanyDto company,
bool includeGlobalIpWhiteBlackList = false,
CancellationToken cancellationToken = default
)
- company CompanyDto
- Company to get the statuses from.
- includeGlobalIpWhiteBlackList Boolean (Optional)
- Whether to include the global IP White/Blacklist in the stack.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskListIpAddressStatusDtoList of IP Address Status belonging to
company