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

EndGetStreamingDistributionConfig() public method

Finishes the asynchronous execution of the GetStreamingDistributionConfig operation.
public EndGetStreamingDistributionConfig ( IAsyncResult asyncResult ) : GetStreamingDistributionConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStreamingDistributionConfig.
return Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse
        public  GetStreamingDistributionConfigResponse EndGetStreamingDistributionConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<GetStreamingDistributionConfigResponse>(asyncResult);
        }
AmazonCloudFrontClient