DownloadAlbumCoverOperation class

An object passed to an online media extensibility background agent to trigger the agent to retrieve the binary image data for an OnlinePictureAlbum cover image.

Syntax

public sealed class DownloadAlbumCoverOperation : ISocialOperation
Public NotInheritable Class DownloadAlbumCoverOperation
    Implements ISocialOperation
public ref class DownloadAlbumCoverOperation sealed : ISocialOperation

Members

The DownloadAlbumCoverOperation class has these types of members:

  • Methods
  • Properties

Methods

The DownloadAlbumCoverOperation class has these methods. It also inherits methods from the Object class.

Method Description
NotifyCompletion Notifies the system that the operation is complete.
NotifyCompletion(Boolean) Notifies the system that the operation is complete.

 

Properties

The DownloadAlbumCoverOperation class has these properties.

Property Access type Description

AlbumId

Read-only

Gets the RemoteId of the album for which the cover image binary data should be retrieved.

Id

Read-only

Gets the Id of the album for which the cover image binary data should be retrieved.

Type

Read-only

Gets the type of the operation.

 

Remarks

This operation is only invoked for an OnlinePictureAlbum that was created with the RequiresAuthentication property set to true. If , RequiresAuthentication is set to false, the system will download the binary image data from the address provided in the CoverImageUrl.

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 Windows::Phone::SocialInformation [C++]

Metadata

Windows.WinMD

Attributes

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version(0x06030000)]

See also

Object

ISocialOperation