Click or drag to resize

GameLiftManagerOnCloseEvent Method

An AWS listener function that is called when a connection is ended with GameLift

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void OnCloseEvent(
	Object sender,
	EventArgs error
)

Parameters

sender
Type: SystemObject
The entity that called this error
error
Type: SystemEventArgs
Any error associated with this connection termination
See Also