For Babelfish Release 1.11.1.3

ShotListNextToken Property

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.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Shot
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public string NextToken { get; set; }

Property Value

String

See Also