Struct ClaimEventToken
This is a token that can be used when you want to claim an event, so that other subscribers which follow you on the subscriber list will not get that event. ClaimableCallback
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public struct ClaimEventToken
Properties
| Improve this Doc View SourceClaimed
Gets or sets a value indicating whether this ClaimEventToken is claimed. If you claim the event (by setting Claimed = true), this event will not be propogated to the rest of the subscribers.
Declaration
public bool Claimed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|