Returns a reference type wrapper around the nex value to dispense.

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 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