 | LiftEventServiceExportLiftEventsXML Method |
Exports lift events in xml format
Namespace:
AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ExportLiftEventsXML(
string authenticationKey,
int maxRecordsOut
)
Public Function ExportLiftEventsXML (
authenticationKey As String,
maxRecordsOut As Integer
) As String
Parameters
- authenticationKey
- Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface. - maxRecordsOut
- Type: SystemInt32
The max recordsout.
Return Value
Type:
String
lift events in xml format
ExceptionsException | Condition |
---|
FaultException |
new FaultReason(Authenticated user does not have a valid transform)
or
new FaultReason(Failed to serialize lift events to xml. The following error occured: + se.Message)
or
new FaultReason(Failed to export lift events. Unknown error occured: + ex.Message)
|
FaultReason |
Authenticated user does not have a valid transform
or
Failed to serialize lift events to xml. The following error occured: + se.Message
or
Failed to export lift events. Unknown error occured: + ex.Message
|
See Also