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