FailureHandlingOptions.SetTransactionFinalizer
Method
Description:
Sets the callback to be executed after the transaction is completed.
Sets the callback to be executed after the transaction is completed.
Parameters
Parameter | Type | Description |
---|---|---|
finalizer | ITransactionFinalizer | The callback to be executed after the transaction is completed. |
Return Value
Type | Description |
---|---|
FailureHandlingOptions | This FailureHandlingOptions object. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |