Babelfish Help Documentation
C#
For Babelfish Release 1.12.4.4
Show/Hide TOC
Shot
List
Next
Token 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.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
Copy
public
string
NextToken
{
get
;
set
; }
Property Value
String
See Also
Reference
ShotList Class
Scopos.BabelFish.DataModel.Athena.Shot Namespace
In This Article
Definition
See Also