PaymentMethodsHelperProcessOrderInternalDone Method |
Called when async order processing is done.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax protected static void ProcessOrderInternalDone(
IAsyncResult result
)
Protected Shared Sub ProcessOrderInternalDone (
result As IAsyncResult
)
protected:
static void ProcessOrderInternalDone(
IAsyncResult^ result
)
static member ProcessOrderInternalDone :
result : IAsyncResult -> unit
Parameters
- result
- Type: SystemIAsyncResult
The result.
See Also