Delegate ClaimableCallbackWithArgs<TEventArgs>
This allows you to subscribe to an event with the option of claiming the event, so that other subscribers in the list will not receive the event.
For an example- ClaimableCallback.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public delegate void ClaimableCallbackWithArgs<TEventArgs>(TEventArgs args, ref ClaimEventToken token);
Parameters
Type | Name | Description |
---|---|---|
TEventArgs | args | |
ClaimEventToken | token |
Type Parameters
Name | Description |
---|---|
TEventArgs |