Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheParameterGroupAsync C# (CSharp) 메소드

DeleteCacheParameterGroupAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteCacheParameterGroup operation.
public DeleteCacheParameterGroupAsync ( DeleteCacheParameterGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteCacheParameterGroupRequest Container for the necessary parameters to execute the DeleteCacheParameterGroup operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DeleteCacheParameterGroupResponse> DeleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteCacheParameterGroupRequestMarshaller();
            var unmarshaller = DeleteCacheParameterGroupResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteCacheParameterGroupRequest,DeleteCacheParameterGroupResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonElastiCacheClient