Click or drag to resize

GameLiftManagerOnConnectionErrorEvent Method

An AWS listener function that is called when there is a connection error event

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

Parameters

sender
Type: SystemObject
The entity that called this error
error
Type: ErrorEventArgs
The error that was received
See Also