Method EndAndCommit
EndAndCommit(ThreadedSparseUploader)
Ends an upload frame and dispatches any upload operations added to the passed in ThreadedSparseUploader.
Declaration
public void EndAndCommit(ThreadedSparseUploader tsu)
Parameters
Type | Name | Description |
---|---|---|
ThreadedSparseUploader | tsu | The ThreadedSparseUploader to consume and process upload dispatches for. You must have created this with a call to SparseUploader.Begin. |