  | ASLObjectSendAndSetClaim Method (ASLObjectClaimCallback) | 
 
            Claims an object for the user until someone steals it or the passed in claim time is reached. Changing the time you hold onto an object and 
            deciding to reset or not the current amount of time you have held it is generally not recommended, but does have occasional applications
            
 
    Namespace: 
   ASL
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void SendAndSetClaim(
	ASLObjectClaimCallback callback
)
Public Sub SendAndSetClaim ( 
	callback As ASLObjectClaimCallback
)
public:
void SendAndSetClaim(
	ASLObjectClaimCallback^ callback
)
member SendAndSetClaim : 
        callback : ASLObjectClaimCallback -> unit 
Parameters
- callback
 - Type: ASLASLObjectClaimCallback
The callback to be called when the claim is approved by the server 
See Also