Declaration Syntax
Public Function GetNextAsLong() As Long
public long GetNextAsLong();
public: __int64 GetNextAsLong();
public function GetNextAsLong() : long;
Return Value
One greater then the previously dispensed value.Remarks
The first call to this fiuntion should return 0, and if the value ever get's larger than MaximumValue than0
Requirements
Namespace: Eas.WebCrawler.Common.DiagnosticsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)