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