Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A JSON object representing the MultiplayerSessionReference.
The MultiplayerSessionReference JSON object has the following specification.
| Member | Type | Description |
|---|---|---|
| scid | GUID | Service configuration identifier (SCID). Part 1 of the session identifier. |
| templateName | string | Name of the current instance of the session template. Part 2 of the session identifier. |
| name | string | Name of the session. Part 3 of the session identifier. |
Sample JSON syntax
{
"scid": "8d050174-412b-4d51-a29b-d55a34edfdb7",
"templateName": "integration",
"name": "19de0095d8bb41048f19edbbb6bc6b04"
}
See also
Parent
JavaScript Object Notation (JSON) Object Reference