Amazon.CloudFront.AmazonCloudFrontClient.EndListStreamingDistributions C# (CSharp) Метод

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

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