Responder Developer Guide
Execute Method (UpdateCustomersCallsLoadpointsRequestExecutor)


Details about what incident for which to update the loadpoints, which customers, etc.
part of data access facilities
part of data access facilities
Creates and deletes loadpoints for customers as provided in the request
Syntax
'Declaration
 
Public Sub Execute( _
   ByVal request As UpdateCustomersCallsLoadpointsRequest, _
   ByVal source As DataSource, _
   ByVal session As DataSession _
) 
'Usage
 
Dim instance As UpdateCustomersCallsLoadpointsRequestExecutor
Dim request As UpdateCustomersCallsLoadpointsRequest
Dim source As DataSource
Dim session As DataSession
 
instance.Execute(request, source, session)
public void Execute( 
   UpdateCustomersCallsLoadpointsRequest request,
   DataSource source,
   DataSession session
)

Parameters

request
Details about what incident for which to update the loadpoints, which customers, etc.
source
part of data access facilities
session
part of data access facilities
Exceptions
ExceptionDescription
Miner.Responder.Processors.NetworkElementLockExceptionRaised if write network lock could not be acquired
Remarks
The process flow is as follows:
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UpdateCustomersCallsLoadpointsRequestExecutor Class
UpdateCustomersCallsLoadpointsRequestExecutor Members

 

 


Send Comment