Click or drag to resize
CoverageCheckAssemblyExecuteCoverageCheck Method

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

Executes the coverage check. Implement this method in subclasses to do the actual check

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public abstract CoverageCheckAssemblyResult ExecuteCoverageCheck(
	long addressID,
	long serviceID,
	long customerID
)

Parameters

addressID
Type: SystemInt64
The address id for the address being checked
serviceID
Type: SystemInt64
The service id for the service being checked
customerID
Type: SystemInt64
The customer id for the customer being checked. 0 for address services

Return Value

Type: CoverageCheckAssemblyResult
An instance of CoverageCheckAssemblyResult with the result from the check
See Also