Amazon.Redshift.AmazonRedshiftClient.DeleteClusterSubnetGroupAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DeleteClusterSubnetGroupRequest,DeleteClusterSubnetGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient