Amazon.GameLift.AmazonGameLiftClient.EndSearchGameSessions C# (CSharp) Method

EndSearchGameSessions() public method

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