Edit

Share via


MultiplayerSession.SetCloudComputePackageJson(String) Method

Definition

Call multiplayer_service::write_session after this to write batched local changes to the service. This can only be set when creating a new session. Can only be specified if the 'cloudCompute' capability is set. Enables clients to request that a cloud compute instance be allocated on behalf of the session.

public void SetCloudComputePackageJson (string sessionCloudComputePackageConstantsJson);
abstract member SetCloudComputePackageJson : string -> unit
override this.SetCloudComputePackageJson : string -> unit
Public Sub SetCloudComputePackageJson (sessionCloudComputePackageConstantsJson As String)

Parameters

sessionCloudComputePackageConstantsJson
String

Cloud compute instance be allocated on behalf of the session.

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPublicNonVirtuals.SetCloudComputePackageJson(System.String)

Applies to