Responder Developer Guide
Delete Method (ISwitchingOrderRepository)


Syntax
'Declaration
 
Sub Delete( _
   ByVal orderId As Integer, _
   ByVal options As SwitchingOrderDeleteOptions _
) 
'Usage
 
Dim instance As ISwitchingOrderRepository
Dim orderId As Integer
Dim options As SwitchingOrderDeleteOptions
 
instance.Delete(orderId, options)
void Delete( 
   int orderId,
   SwitchingOrderDeleteOptions options
)

Parameters

orderId
options
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

ISwitchingOrderRepository Interface
ISwitchingOrderRepository Members

 

 


Send Comment