APIs for creating game server instances for Xbox Live Compute.
Xbox Live Compute SDK State Management API Reference
Functions for initializing, configuring and shuting down game server instances.
Xbox Live Compute SDK Logging API Reference
Functions for logging events in game server instances.
These APIs are intended for logging events like game started, users connected, and users disconnected at low volumes. Use of these APIs to attempt high-performance logging of low level program events is not recommended; a transaction rate of a few per second is recommended.
Additionally, these logged events can be shared off-box to different locations and should not be used to log any medium or high business impact data.
Xbox Live Compute SDK Cluster Management API Reference
Functions for managing Azure clusters.
Xbox Live Compute SDK Multiplayer Service API Reference
Functions for initializing, configuring and shuting down game server instances.
Xbox Live Compute SDK Secure Networking Activation API Reference
Contains methods used to accept secure connections.
C++ REST SDK (code name Casablanca)
The Xbox Live Compute SDK includes the C++ REST SDK (code name Casablanca) which provides a set of helper classes to make calling RESTful services in Xbox easy. It also includes a JSON parser.