PhoneLineTransportDevice.ConnectAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to asynchronously establish a connection with the device.
public:
virtual IAsyncOperation<bool> ^ ConnectAsync() = ConnectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ConnectAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ConnectAsync();
function connectAsync()
Public Function ConnectAsync () As IAsyncOperation(Of Boolean)
Returns
An IAsyncOperation that represents the connection status once the operation completes. Contains true if connected, and false otherwise.
- Attributes
Windows requirements
App capabilities |
phoneLineTransportManagement
|