Amazon.EC2.AmazonEC2Client.DeletePlacementGroupAsync C# (CSharp) Méthode

DeletePlacementGroupAsync() public méthode

Initiates the asynchronous execution of the DeletePlacementGroup operation.
public DeletePlacementGroupAsync ( DeletePlacementGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePlacementGroupRequest Container for the necessary parameters to execute the DeletePlacementGroup 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<DeletePlacementGroupResponse> DeletePlacementGroupAsync(DeletePlacementGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeletePlacementGroupRequestMarshaller();
            var unmarshaller = DeletePlacementGroupResponseUnmarshaller.Instance;

            return InvokeAsync<DeletePlacementGroupRequest,DeletePlacementGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonEC2Client