For Babelfish Release 1.11.1.3

ShotList Class

A ShotList is sent by an ESTTarget in response to a Request Shots command.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Shot
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ShotList
Inheritance
Object    ShotList

Constructors

Properties

MatchID A ShotList object should always be limited to at least a specific Match ID.
NextToken If after receiving a ShotList from a target, there are more shots to send, NextToken will be set. A null value or empty string means all shots have been sent.
ResultCOFID A ShtoList object may additionally be limted to a specific ResultCOFID. If an empty string or missing, then the ShotList is for the entire match.
Shots The list of Shots sent by the Target. May not be the complete list. Check NextToken if the target has more.
TargetName The thing name (target's state adddress) that sent this ShotList

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also