Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Authenticated.Pvp.Games
PvpGameWrapper Class
PvpGameWrapper Methods
GetRecent Method
GetRecent Method
GetRecent Method (String)
PvpGameWrapper
GetRecent 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#
Copy
public
IEnumerable
<
PvpGame
>
GetRecent
(
string
token
)
Parameters
token
Type:
System
String
Access token
Return Value
Type:
IEnumerable
PvpGame
Recent matches.
See Also
Reference
PvpGameWrapper Class
GetRecent Overload
GW2CSharp.V2.Authenticated.Pvp.Games Namespace