Amazon.CodeDeploy.AmazonCodeDeployClient.UpdateDeploymentGroupAsync C# (CSharp) Method

UpdateDeploymentGroupAsync() public method

Initiates the asynchronous execution of the UpdateDeploymentGroup operation.
public UpdateDeploymentGroupAsync ( UpdateDeploymentGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodeDeploy.Model.UpdateDeploymentGroupRequest Container for the necessary parameters to execute the UpdateDeploymentGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateDeploymentGroupResponse> UpdateDeploymentGroupAsync(UpdateDeploymentGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateDeploymentGroupRequestMarshaller();
            var unmarshaller = UpdateDeploymentGroupResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodeDeployClient