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

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

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