Declaration Syntax
Public Function GetNextAsWrapper() As ReferenceTypeWrapper`1
public ReferenceTypeWrapper`1<long> GetNextAsWrapper();
public: ReferenceTypeWrapper`1 GetNextAsWrapper();
public function GetNextAsWrapper() : ReferenceTypeWrapper`1;
Return Value
A thin reference type wrapper around the next 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)