Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Semantria
Com
Workers
InfiniteDataProvider
C# Class Semantria.Com.Workers.InfiniteDataProvider
Inheritance:
IDataProvider
显示文件
Open project: Semantria/semantria-sdk
Public Methods
Method
Description
InfiniteDataProvider
( ) :
System
Initialize
( ) :
bool
ReadBatch
(
int
size
) :
List
ReadNext
( ) :
dynamic
Reschedule
(
dynamic
record
) :
bool
RescheduleBatch
(
List
batch
) :
bool
Method Details
InfiniteDataProvider()
public
method
public
InfiniteDataProvider
( ) :
System
return
System
Initialize()
public
method
public
Initialize
( ) :
bool
return
bool
ReadBatch()
public
method
public
ReadBatch
(
int
size
) :
List
size
int
return
List
ReadNext()
public
method
public
ReadNext
( ) :
dynamic
return
dynamic
Reschedule()
public
method
public
Reschedule
(
dynamic
record
) :
bool
record
dynamic
return
bool
RescheduleBatch()
public
method
public
RescheduleBatch
(
List
batch
) :
bool
batch
List
return
bool