Class MetadataRequestOptions
Represents options for game metadata download.
public class MetadataRequestOptions
- Inheritance
-
MetadataRequestOptions
- Inherited Members
Constructors
MetadataRequestOptions(Game, bool)
Creates new instance of MetadataRequestOptions.
public MetadataRequestOptions(Game gameData, bool backgroundDownload)
Parameters
Properties
GameData
Gets or sets game data being requested for.
public Game GameData { get; set; }
Property Value
IsBackgroundDownload
Gets or sets value indicating whether the request is part of bulk metadata download.
public bool IsBackgroundDownload { get; set; }