GameSaveProviderGetResult.Status Property
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.
Status result of the asynchronous game save provider request.
public:
property GameSaveErrorStatus Status { GameSaveErrorStatus get(); };
GameSaveErrorStatus Status();
public GameSaveErrorStatus Status { get; }
var gameSaveErrorStatus = gameSaveProviderGetResult.status;
Public ReadOnly Property Status As GameSaveErrorStatus
Property Value
Type: GameSaveErrorStatus
GameSaveErrorStatus containing the status result of the asynchronous game save provider request.
Remarks
If Status is GameSaveErrorStatus.Ok, the operation completed successfully and GameSaveProviderGetResult.Value is valid.