Click or drag to resize
PvpGameWrapperGetRecent Method (String)
View Project on GitHub
Returns all recent matches.

Namespace: GW2CSharp.V2.Authenticated.Pvp.Games
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<PvpGame> GetRecent(
	string token
)

Parameters

token
Type: SystemString
Access token

Return Value

Type: IEnumerablePvpGame
Recent matches.
See Also