Amazon.CloudFront.AmazonCloudFrontClient.EndGetStreamingDistribution C# (CSharp) 메소드

EndGetStreamingDistribution() 공개 메소드

Finishes the asynchronous execution of the GetStreamingDistribution operation.
public EndGetStreamingDistribution ( IAsyncResult asyncResult ) : GetStreamingDistributionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStreamingDistribution.
리턴 Amazon.CloudFront.Model.GetStreamingDistributionResponse
        public  GetStreamingDistributionResponse EndGetStreamingDistribution(IAsyncResult asyncResult)
        {
            return EndInvoke<GetStreamingDistributionResponse>(asyncResult);
        }
AmazonCloudFrontClient