ServerStateLifetimeManagement::Quarantine Method
Quarantines the server instance.
Syntax
public:
void Quarantine()
Return value
None.
Remarks
The Quarantine method shuts down a server instance that is in an unexpected state. Quarantine should be called in either of the following situations:
- The game server instance determines it is in an unexpected state and is unable to recover
- The Xbox Live Compute platform indicates that the game server instance should be quarantined by triggering the callback registered with RegisterQuarantineCallback
Requirements
Header: Declared in ServerStateLifetimeManagement.h.
Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).
See also
Reference
ServerStateLifetimeManagement
ServerStateLifetimeManagement Members