Amazon.GameLift.AmazonGameLiftClient.EndCreatePlayerSessions C# (CSharp) Метод

EndCreatePlayerSessions() публичный Метод

Finishes the asynchronous execution of the CreatePlayerSessions operation.
public EndCreatePlayerSessions ( IAsyncResult asyncResult ) : Amazon.GameLift.Model.CreatePlayerSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePlayerSessions.
Результат Amazon.GameLift.Model.CreatePlayerSessionsResponse
        public  CreatePlayerSessionsResponse EndCreatePlayerSessions(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePlayerSessionsResponse>(asyncResult);
        }
AmazonGameLiftClient