 | CustomerActivityService.GetLiftEvent Method |
Gets the lift event.
Namespace:
AMCS.Elemos.IntegrationService.Services.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic LiftEventActivityEntity GetLiftEvent(
string authenticationKey,
int liftEventId
)
Public Function GetLiftEvent (
authenticationKey As String,
liftEventId As Integer
) As LiftEventActivityEntity
Parameters
- authenticationKey
- Type: System.String
The authentication key. - liftEventId
- Type: System.Int32
The lift event identifier.
Return Value
Type:
LiftEventActivityEntity
Exceptions
See Also