You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Integraions/ManagedCode.Storage.Client/IStorageClient.cs
+3-25Lines changed: 3 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,14 @@
3
3
usingSystem.Threading;
4
4
usingSystem.Threading.Tasks;
5
5
usingManagedCode.Communication;
6
-
usingManagedCode.Storage.Core;
7
6
usingManagedCode.Storage.Core.Models;
8
7
9
8
namespaceManagedCode.Storage.Client;
10
9
11
10
publicinterfaceIStorageClient
12
11
{
13
12
voidSetChunkSize(longsize);
14
-
15
-
/// <summary>
16
-
/// Event triggered when the progress status changes during an upload or download operation.
17
-
/// </summary>
18
-
/// <remarks>
19
-
/// The event handler receives an argument of type <see cref="ProgressStatus"/> which contains detailed information about the progress of the operation.
20
-
/// This includes the file name, progress percentage, total bytes, transferred bytes, elapsed time, remaining time, speed, and any error message.
0 commit comments