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

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

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

            return InvokeAsync<RegisterCACertificateRequest,RegisterCACertificateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient