Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.PutParameterAsync C# (CSharp) Метод

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

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

            return InvokeAsync<PutParameterRequest,PutParameterResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient