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

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

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

            return InvokeAsync<DeleteCloudFrontOriginAccessIdentityRequest,DeleteCloudFrontOriginAccessIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCloudFrontClient::DeleteCloudFrontOriginAccessIdentityAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonCloudFrontClient