Amazon.OpsWorks.AmazonOpsWorksClient.DeleteLayerAsync C# (CSharp) Méthode

DeleteLayerAsync() public méthode

Initiates the asynchronous execution of the DeleteLayer operation.
public DeleteLayerAsync ( DeleteLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeleteLayerRequest Container for the necessary parameters to execute the DeleteLayer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<DeleteLayerResponse> DeleteLayerAsync(DeleteLayerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteLayerRequestMarshaller();
            var unmarshaller = DeleteLayerResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteLayerRequest,DeleteLayerResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient