Amazon.Lambda.AmazonLambdaClient.UpdateFunctionConfigurationAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the UpdateFunctionConfiguration operation.
public UpdateFunctionConfigurationAsync ( UpdateFunctionConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lambda.Model.UpdateFunctionConfigurationRequest Container for the necessary parameters to execute the UpdateFunctionConfiguration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UpdateFunctionConfigurationResponse> UpdateFunctionConfigurationAsync(UpdateFunctionConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateFunctionConfigurationRequestMarshaller();
            var unmarshaller = UpdateFunctionConfigurationResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateFunctionConfigurationRequest,UpdateFunctionConfigurationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonLambdaClient::UpdateFunctionConfigurationAsync ( UpdateFunctionConfigurationRequest request, UpdateFunctionConfigurationResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonLambdaClient