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

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

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