CastingConnection.DisconnectAsync Method

Definition

Terminates a casting connection. The content that was rendering remotely returns to the local element that you retrieved the casting source from.

public:
 virtual IAsyncOperation<CastingConnectionErrorStatus> ^ DisconnectAsync() = DisconnectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CastingConnectionErrorStatus> DisconnectAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CastingConnectionErrorStatus> DisconnectAsync();
function disconnectAsync()
Public Function DisconnectAsync () As IAsyncOperation(Of CastingConnectionErrorStatus)

Returns

The status of the termination.

Attributes

Applies to