Namespace: DeltaEngine.PlatformsAssembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
public delegate void TransactionDelegate(
ProductData productId,
bool wasSuccessful
)
public delegate void TransactionDelegate(
ProductData productId,
bool wasSuccessful
)
Public Delegate Sub TransactionDelegate (
productId As ProductData,
wasSuccessful As Boolean
)
Public Delegate Sub TransactionDelegate (
productId As ProductData,
wasSuccessful As Boolean
)
public delegate void TransactionDelegate(
ProductData^ productId,
bool wasSuccessful
)
public delegate void TransactionDelegate(
ProductData^ productId,
bool wasSuccessful
)
type TransactionDelegate =
delegate of
productId : ProductData *
wasSuccessful : bool -> unit
type TransactionDelegate =
delegate of
productId : ProductData *
wasSuccessful : bool -> unit