Click or drag to resize
IIspManagerGetAllowedAcessipRangeForIsp Method

[This is preliminary documentation and is subject to change.]

Returns the allowed ip-ranges for a provider

Namespace: Netadmin.Management.Maintenance
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IAccessIpRange> GetAllowedAcessipRangeForIsp(
	long ispId
)

Parameters

ispId
Type: SystemInt64
The provider id

Return Value

Type: IEnumerableIAccessIpRange

[Missing <returns> documentation for "M:Netadmin.Management.Maintenance.IIspManager.GetAllowedAcessipRangeForIsp(System.Int64)"]

See Also