Click or drag to resize

GameLiftManagerOnOpenEvent Method

An AWS listener function that is called when a connection is opened

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

Parameters

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