Click or drag to resize

GameLiftManagerLobbyManagerInvokeLockSessionLambda Method

Invokes the lambda function that locks the game session

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

Parameters

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