GlobalSystemMediaTransportControlsSession.TryRewindAsync Method

Definition

Attempts to request the session to rewind.

public:
 virtual IAsyncOperation<bool> ^ TryRewindAsync() = TryRewindAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRewindAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRewindAsync();
function tryRewindAsync()
Public Function TryRewindAsync () As IAsyncOperation(Of Boolean)

Returns

True indicates success; False otherwise

Attributes

Windows requirements

App capabilities
globalMediaControl

Applies to