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

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

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