Click or drag to resize

GameLiftManagerLobbyManagerInvokeQuickConnectLambda Method

Invokes the QuickConnect lambda function which looks for a game, if none found, then creates a game for the user. Allowing them to bypass the host/search for game method

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void InvokeQuickConnectLambda(
	AmazonLambdaClient _client,
	InvokeRequest _request
)

Parameters

_client
Type: AmazonLambdaClient
The AWS client variable
_request
Type: InvokeRequest
The request parameters and permissions
See Also