Click or drag to resize

StressTest_CreateDelete_ControllerCanceledClaimRecovery Method

A claim recovery function for objects that get their claims canceled

Namespace:  StressTesting
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void CanceledClaimRecovery(
	string _id,
	int _cancelledCallbacks
)

Parameters

_id
Type: SystemString
The id of the object who's claim got rejected
_cancelledCallbacks
Type: SystemInt32
How many claim callbacks got canceled
See Also