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.

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 Region. The relative difference between a player's latency values for multiple Regions 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.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 that is associated with the latency value.

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