public sealed class OperationProgressHandler : IOperationProgressHandler,
IAsyncDisposable
Public NotInheritable Class OperationProgressHandler
Implements IOperationProgressHandler, IAsyncDisposable
public ref class OperationProgressHandler sealed : IOperationProgressHandler,
IAsyncDisposable
[<SealedAttribute>]
type OperationProgressHandler =
class
interface IOperationProgressHandler
interface IAsyncDisposable
end
OperationProgressHandler | Инициализирует новый экземпляр класса OperationProgressHandler |
CurrentProgress | Текущий прогресс в процентах. |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
NeedUpdate | Возвращает признак того, что нужно обновить прогресс данной операции через UpdateProgressAsync(CancellationToken). |
NextStage | Следующий этап. |
NextStep | Следующий шаг. |
SetStepCount | Устанавливает количество шагов текущего этапа. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UpdateProgressAsync | Выполняет обновление прогресса текущей операции и возвращает признак того, что обновление прогресса выполнено успешно. Обновление прогресса операции выполняется в отдельном подключении к базе. |