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

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

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

            return InvokeAsync<CreateEndpointRequest,CreateEndpointResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDatabaseMigrationServiceClient