Gets a connected storage space on demand for a specific service configuration ID (SCID) for the specified user.
public:
static IAsyncOperation<ConnectedStorageSpace^ >^ GetSyncOnDemandForUserAsync(
User^ user,
String^ serviceConfigurationId
)
user
Type: User
The user to retrieve the connected storage space for.
serviceConfigurationId
Type: String
The SCID for the connected storage space.
Note GetSyncOnDemandForUserAsync returns ConnectedStorageErrorStatus::NoAccess for all SCIDs except the title’s primary SCID, which is functionally equivalent to calling the version of GetSyncOnDemandForUserAsync without a serviceConfigurationId parameter.
Type: IAsyncOperation<ConnectedStorageSpace^ >
Returns a connected storage space on demand for a SCID for the specified user.
Namespace: Windows.Xbox.Storage
Metadata: windows.winmd