Interface IVssAsyncResult
Represents the status of an asynchronous operation performed by the VSS framework.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public interface IVssAsyncResult : IAsyncResult, IDisposable
Methods
| Improve this Doc View SourceCancel()
Cancels an incomplete asynchronous operation.
Declaration
void Cancel()