Class ActivityBase
Provides a basic implementation of the IActivity interface. You do not have to use this class. However, it can help you to avoid incompatibility issues in the future if the IActivity interface is extended.
public abstract class ActivityBase : IActivity, IDisposable, IAsyncDisposable
- Inheritance
-
ActivityBase
- Implements
- Extension Methods
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public abstract void Dispose()
DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
public virtual Task DisposeAsync()