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);
        }