Amazon.MachineLearning.AmazonMachineLearningClient.DeleteRealtimeEndpointAsync C# (CSharp) Method

DeleteRealtimeEndpointAsync() public method

Initiates the asynchronous execution of the DeleteRealtimeEndpoint operation.
public DeleteRealtimeEndpointAsync ( Amazon.MachineLearning.Model.DeleteRealtimeEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.MachineLearning.Model.DeleteRealtimeEndpointRequest Container for the necessary parameters to execute the DeleteRealtimeEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteRealtimeEndpointResponse> DeleteRealtimeEndpointAsync(DeleteRealtimeEndpointRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteRealtimeEndpointRequestMarshaller();
            var unmarshaller = DeleteRealtimeEndpointResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteRealtimeEndpointRequest,DeleteRealtimeEndpointResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonMachineLearningClient::DeleteRealtimeEndpointAsync ( string mlModelId, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient