 | AccountCustomerServiceDeleteCallOut Method |
Deletes the routeCalloutRequest.
Namespace:
AMCS.Elemos.IntegrationService.Services.AccountCustomer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void DeleteCallOut(
string authenticationKey,
int routeCalloutRequestId
)
Public Sub DeleteCallOut (
authenticationKey As String,
routeCalloutRequestId As Integer
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - routeCalloutRequestId
- Type: SystemInt32
The routeCalloutRequest identifier.
Exceptions
See Also