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

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

Initiates the asynchronous execution of the CreateStreamingDistributionWithTags operation.
public CreateStreamingDistributionWithTagsAsync ( CreateStreamingDistributionWithTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFront.Model.CreateStreamingDistributionWithTagsRequest Container for the necessary parameters to execute the CreateStreamingDistributionWithTags operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateStreamingDistributionWithTagsResponse> CreateStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateStreamingDistributionWithTagsRequestMarshaller();
            var unmarshaller = CreateStreamingDistributionWithTagsResponseUnmarshaller.Instance;

            return InvokeAsync<CreateStreamingDistributionWithTagsRequest,CreateStreamingDistributionWithTagsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFrontClient