편집

다음을 통해 공유


MultiplayerSessionReference.ParseFromUriPath(String) Method

Definition

Returns the session reference parsed from the specified URI.

public static Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionReference ParseFromUriPath (string uriPath);
static member ParseFromUriPath : string -> Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionReference
Public Shared Function ParseFromUriPath (uriPath As String) As MultiplayerSessionReference

Parameters

uriPath
String

A string indicating the parsed URI path.

Returns

An object representing the multiplayer session reference.

Applies to