For Babelfish Release 1.11.3.13

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.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public string NextToken { get; set; }

Property Value

String

See Also