OnChangesPending Method
Syntax
protected virtual string OnChangesPending(
int coupon,
ref string reason
)
Protected Overridable Function OnChangesPending( _
ByVal coupon As Integer, _
ByRef reason As String _
) As String
protected:
virtual String^ OnChangesPending(
int coupon,
String^% reason
)
Parameters
coupon
The transaction within which the context changes occurred.
reason
The reason provided by the participant if it cannot accept the changes.
Return Value
The decision the participant made about the changes.