| 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
)
Public Shared Sub CanceledClaimRecovery (
_id As String,
_cancelledCallbacks As Integer
)
public:
static void CanceledClaimRecovery(
String^ _id,
int _cancelledCallbacks
)
static member CanceledClaimRecovery :
_id : string *
_cancelledCallbacks : int -> unit
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