Amazon.AppStream.AmazonAppStreamClient.EndDescribeSessions C# (CSharp) Method

EndDescribeSessions() public method

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