Method GetCrudBatch
GetCrudBatch(int)
Get a batch of objects to send to the server. When the objects are successfully sent to the server, call .Complete().
public Task<CrudBatch?> GetCrudBatch(int limit = 100)
Parameters
limitint
Get a batch of objects to send to the server. When the objects are successfully sent to the server, call .Complete().
public Task<CrudBatch?> GetCrudBatch(int limit = 100)
limit int