AzureCosmosDbGetCompanyIpWhiteBlackList Method

Retrieves the White/Blacklist of IpAddressStatusDtoes for company.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<List<IpAddressStatusDto>> GetCompanyIpWhiteBlackList(
	CompanyDto company,
	bool includeGlobalIpWhiteBlackList = false,
	CancellationToken cancellationToken = default
)

Parameters

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

Return Value

TaskListIpAddressStatusDto
List of IP Address Status belonging to company

Implements

IAzureCosmosDbGetCompanyIpWhiteBlackList(CompanyDto, Boolean, CancellationToken)

See Also