Click or drag to resize

ASLObjectClaimCancelledRecoveryCallback Delegate

Delegate for the claim canceled (rejected) callback function

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public delegate void ClaimCancelledRecoveryCallback(
	string _id,
	int cancelledCount
)

Parameters

_id
Type: SystemString
The id of the object that got its claim rejected
cancelledCount
Type: SystemInt32
How many claims were rejected/canceled. Can be null
See Also

Reference