AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents a new player session that is created as a result of a successful FlexMatch match. A successful match automatically creates new player sessions for every player ID in the original matchmaking request.

When players connect to the match's game session, they must include both player ID and player session ID in order to claim their assigned player slot.

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.MatchedPlayerSession

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class MatchedPlayerSession

The MatchedPlayerSession type exposes the following members

Constructors

NameDescription
Public Method MatchedPlayerSession()

Properties

NameTypeDescription
Public Property PlayerId System.String

Gets and sets the property PlayerId.

A unique identifier for a player

Public Property PlayerSessionId System.String

Gets and sets the property PlayerSessionId.

A unique identifier for a player session

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5