Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITransactions.cs
1
using
System;
2
using
System.Threading.Tasks;
3
4
namespace
Waher.Runtime.Transactions
5
{
9
public
interface
ITransactions
: IDisposable
10
{
14
Task<ITransaction[]>
GetTransactions
();
15
}
16
}
Waher.Runtime.Transactions.ITransactions
Interface for collections of transactions that can be monitored by TransactionModule.
Definition:
ITransactions.cs:10
Waher.Runtime.Transactions.ITransactions.GetTransactions
Task< ITransaction[]> GetTransactions()
Gets pending transactions.
Waher.Runtime.Transactions
Definition:
CompositeTransaction.cs:5
IoTGateway
Runtime
Waher.Runtime.Transactions
ITransactions.cs
Generated by
1.9.5