Click or drag to resize

GameLiftManagerLobbyManagerInvokeJoinSessionLambda Method

Invokes the join session lambda function that allows this user to a join a selected game session

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

Parameters

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