Await
Await for a DataModel to be fulfilled.
The content will be displayed when the query is fulfilled. The await will be managed by the AwaitHost.
Parameters
Type of data to retrieve.
The DataModel to await.
The key to identify the await.
The AwaitHost to manage the await. By default, it uses the LocalAwaitHost.
The content to display when the query is fulfilled.
Await for two DataModel to be fulfilled.
The content will be displayed when the queries are fulfilled. The await will be managed by the AwaitHost.
Parameters
Type of data to retrieve.
Type of data to retrieve.
The first DataModel to await.
The second DataModel to await.
The key to identify the await.
The AwaitHost to manage the await. By default, it uses the LocalAwaitHost.
The content to display when the queries are fulfilled.
Await for three DataModel to be fulfilled.
The content will be displayed when the queries are fulfilled. The await will be managed by the AwaitHost.
Parameters
Type of data to retrieve.
Type of data to retrieve.
Type of data to retrieve.
The first DataModel to await.
The second DataModel to await.
The third DataModel to await.
The key to identify the await.
The AwaitHost to manage the await. By default, it uses the LocalAwaitHost.
The content to display when the queries are fulfilled.