Interface IUploadFileInformation
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Abstractions.FileTransfer
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IUploadFileInformation : IFileTransferInformation, IDisposable
Properties
| Improve this Doc View SourceRetryCount
Gets or sets the retry count.
Declaration
int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The retry count. |
Methods
| Improve this Doc View SourceCanRetry()
Retries the upload.
Declaration
bool CanRetry()
Returns
Type | Description |
---|---|
System.Boolean |
GetUploadMessageDto(UInt32)
Gets the upload message.
Declaration
IMessageDto<ProtocolMessage> GetUploadMessageDto(uint chunkId)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | chunkId | The chunk identifier. |
Returns
Type | Description |
---|---|
IMessageDto<ProtocolMessage> |