Delegate TusOperation<T>.OperationDelegate
Represents an operation which receives a delegate to report transfer progress to.
Namespace: Unity.Services.Ccd.Management
Syntax
public delegate Task<T> OperationDelegate(ProgressDelegate reportProgress);
Parameters
| Type | Name | Description |
|---|---|---|
| ProgressDelegate | reportProgress | A delegate which transfer progress can be reported to. |
Returns
| Type | Description |
|---|---|
| Task<T> |