Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.ModifyEndpointAsync C# (CSharp) Метод

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

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

            return InvokeAsync<ModifyEndpointRequest,ModifyEndpointResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDatabaseMigrationServiceClient