GetVideoByRemoteIdAsync method

OnlineMediaManager.GetVideoByRemoteIdAsync method

Retrieves the online video with the specified RemoteId from the device's store.

Syntax


public:
IAsyncOperation<OnlineVideo>^ GetVideoByRemoteIdAsync(
  String^ remoteId
)

Parameters

remoteId

Type: System.String [.NET] | Platform::String [C++]

The RemoteId of the video to be retrieved.

Return value

Type: IAsyncOperation<OnlineVideo>

An asynchronous operation that returns an OnlineVideo upon successful completion.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia
Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlineMediaManager

 

 

Show:
© 2017 Microsoft