public sealed class FileCancellationSource : IFileCancellationSource,
IDisposable
Public NotInheritable Class FileCancellationSource
Implements IFileCancellationSource, IDisposable
public ref class FileCancellationSource sealed : IFileCancellationSource,
IDisposable
[<SealedAttribute>]
type FileCancellationSource =
class
interface IFileCancellationSource
interface IDisposable
end
FileCancellationSource | Создаёт экземпляр класса с указанием функции, создающей объект CancellationTokenSource. |
IsCancellationRequested | Признак того, что текущий объект запросил отмену связанных с ним асинхронных операций. |
Token | Токен, используемый в асинхронных операциях, которые могут быть отменены. |
Cancel | Отменяет все асинхронные операции, связанные с текущим объектом. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
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) |
Reset | Восстанавливает возможность выполнения для асинхронных операций, которые будут связаны с текущим объектом. Если отмена ещё не выполнялась или ни одной связанной асинхронной операции не создано, то метод не выполняет действий. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |