Amazon.IoT.AmazonIoTClient.SetLoggingOptionsAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the SetLoggingOptions operation.
public SetLoggingOptionsAsync ( SetLoggingOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SetLoggingOptionsRequest Container for the necessary parameters to execute the SetLoggingOptions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<SetLoggingOptionsResponse> SetLoggingOptionsAsync(SetLoggingOptionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetLoggingOptionsRequestMarshaller();
            var unmarshaller = SetLoggingOptionsResponseUnmarshaller.Instance;

            return InvokeAsync<SetLoggingOptionsRequest,SetLoggingOptionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient