Amazon.CloudFront.AmazonCloudFrontClient.EndListStreamingDistributions C# (CSharp) Method

EndListStreamingDistributions() public method

Finishes the asynchronous execution of the ListStreamingDistributions operation.
public EndListStreamingDistributions ( IAsyncResult asyncResult ) : ListStreamingDistributionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStreamingDistributions.
return Amazon.CloudFront.Model.ListStreamingDistributionsResponse
        public  ListStreamingDistributionsResponse EndListStreamingDistributions(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStreamingDistributionsResponse>(asyncResult);
        }
AmazonCloudFrontClient