MultiplayerSessionReference.ParseFromUriPath(String) Method
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.
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.