Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CastingConnection.DisconnectAsync 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.

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


Feedback

Was this page helpful?