Amazon.DeviceFarm.AmazonDeviceFarmClient.DeleteRunAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DeleteRunRequest,DeleteRunResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient