AWS SDK Version 4 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.

Regional latency information for a player, used when requesting a new game session. This value indicates the amount of time lag that exists when the player is connected to a fleet in the specified location (an Amazon Web Services Region or a custom location for Amazon GameLift Servers Anywhere fleets). The relative difference between a player's latency values for multiple locations are used to determine which fleets are best suited to place a new game session for the player.

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.PlayerLatency

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

Syntax

C#
public class PlayerLatency

The PlayerLatency type exposes the following members

Constructors

NameDescription
Public Method PlayerLatency()

Properties

NameTypeDescription
Public Property LatencyInMilliseconds System.Nullable<System.Single>

Gets and sets the property LatencyInMilliseconds.

Amount of time that represents the time lag experienced by the player when connected to the specified Region.

Public Property PlayerId System.String

Gets and sets the property PlayerId.

A unique identifier for a player associated with the latency data.

Public Property RegionIdentifier System.String

Gets and sets the property RegionIdentifier.

Name of the Region or custom location that is associated with the latency value. For Amazon GameLift Servers Anywhere fleets, use the custom location name.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer