Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDisposableAsync.cs
1using System;
2using System.Threading.Tasks;
3
4namespace Waher.Events
5{
9 public interface IDisposableAsync : IDisposable
10 {
14 [Obsolete("Use DisposeAsync instead.")]
15 new void Dispose();
16
21 }
22}
Interface for asynchronously disposable objects.
Task DisposeAsync()
Disposes of the object, asynchronously.
new void Dispose()
Disposes the connection