Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IContractOptionsPage.cs
1using System.Collections.Generic;
2using System.Threading.Tasks;
4
6{
10 public interface IContractOptionsPage
11 {
16 Task ShowContractOptions(IDictionary<CaseInsensitiveString, object>[] Options);
17 }
18}
Interface for pages that can receive contract options from an asynchronous process.
Task ShowContractOptions(IDictionary< CaseInsensitiveString, object >[] Options)
Method called (from main thread) when contract options are made available.