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.BaseClassesAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic abstract CoverageCheckAssemblyResult ExecuteCoverageCheck(
long addressID,
long serviceID,
long customerID
)
Public MustOverride Function ExecuteCoverageCheck (
addressID As Long,
serviceID As Long,
customerID As Long
) As CoverageCheckAssemblyResult
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:
CoverageCheckAssemblyResultAn instance of CoverageCheckAssemblyResult with the result from the check
See Also