Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
public void InvokeOnTransactionFinished(
ProductData productId,
bool wasSuccessfull
)
public void InvokeOnTransactionFinished(
ProductData productId,
bool wasSuccessfull
)
Public Sub InvokeOnTransactionFinished (
productId As ProductData,
wasSuccessfull As Boolean
)
Public Sub InvokeOnTransactionFinished (
productId As ProductData,
wasSuccessfull As Boolean
)
public:
void InvokeOnTransactionFinished(
ProductData^ productId,
bool wasSuccessfull
)
public:
void InvokeOnTransactionFinished(
ProductData^ productId,
bool wasSuccessfull
)
member InvokeOnTransactionFinished :
productId : ProductData *
wasSuccessfull : bool -> unit
member InvokeOnTransactionFinished :
productId : ProductData *
wasSuccessfull : bool -> unit