Creates a new SpaceIteratorConfig with the specified properties.
All other properties will be set to their respective default values.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public SpaceIteratorConfig( IteratorScope iteratorScope, int bufferSize, long leaseTime )
Public Sub New ( _ iteratorScope As IteratorScope, _ bufferSize As Integer, _ leaseTime As Long _ )
public: SpaceIteratorConfig( IteratorScope iteratorScope, int bufferSize, long long leaseTime )
public SpaceIteratorConfig( IteratorScope iteratorScope, int bufferSize, long leaseTime )
Parameters
- iteratorScope (IteratorScope)
- Iterator scope.
- bufferSize (Int32)
- Iterator buffer size.
- leaseTime (Int64)
- Iterator lease time, in milliseconds.