Method ConnectAsync
ConnectAsync()
Connects to a service that provides dynamic entity observations.
Declaration
public Task ConnectAsync()
Returns
Type | Description |
---|---|
System. |
A System. |
Remarks
Data does not start streaming from the dynamic entity data source until it's loaded and connected. Once the connection is successfully established, data begins to flow from the stream.
Use this method to explicitly connect to the data source. This call loads the data source if it is not already
loaded and then initiates a persistent connection to the service that provides the observation stream. When
this method completes, the Connection
Note that a data source connection is initiated implicitly if the data source is contained by a
Dynamic
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |