Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
The custom context of the matchmaking ticket
public object Context { get; set; }
get
Retrieves the app's private, custom pointer-sized context value previously associated with this matchmaking ticket object.
set
Configures an optional, custom pointer-sized context value with this matchmaking ticket object.
Remarks
If no custom context has been set yet, the value is set to nullptr.
The custom context is typically used as a "shortcut" that simplifies accessing local, title-specific memory associated with the matchmaking ticket without requiring a mapping lookup.
See Also
- class MatchmakingTicket
- namespace PlayFab.Multiplayer