Get's the next value as a long.

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 than
0
is returned again.

Requirements

Namespace: Eas.WebCrawler.Common.Diagnostics
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

DeliTicketDispenser Class | DeliTicketDispenser Members | Eas.WebCrawler.Common.Diagnostics Namespace