UserCallCompleted
This property specifies if the transaction completed and that the information returned may be incomplete and/or not all expected work was completed.
Declaration
// C#
public bool? UserCallCompleted {get;}Property Value
bool
Remarks
If GetOutcome() is not called, the this property holds a null value.
Once GetOutcome() is called, then this property will hold either true or false.
In some cases, GetOutcome will be called implicitly and populate this property with a non-null value automatically
Table 7-120 describes the possible outcomes of the Committed and UserCallCompleted properties.