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

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

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