Amazon.Redshift.AmazonRedshiftClient.DisableLoggingAsync C# (CSharp) 메소드

DisableLoggingAsync() 공개 메소드

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

            return InvokeAsync<DisableLoggingRequest,DisableLoggingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRedshiftClient