Amazon.AppStream.AmazonAppStreamClient.EndDescribeSessions C# (CSharp) Метод

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

Finishes the asynchronous execution of the DescribeSessions operation.
public EndDescribeSessions ( IAsyncResult asyncResult ) : DescribeSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSessions.
Результат Amazon.AppStream.Model.DescribeSessionsResponse
        public  DescribeSessionsResponse EndDescribeSessions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSessionsResponse>(asyncResult);
        }