From 05d26f7853822b060dadb6aee5ed648bd6ebcf24 Mon Sep 17 00:00:00 2001 From: ricardomartinezvisma <87415030+ricardomartinezvisma@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:53:33 +0100 Subject: [PATCH] Update README.md --- net-core-with-file-api-sdk/docs/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/net-core-with-file-api-sdk/docs/README.md b/net-core-with-file-api-sdk/docs/README.md index aa78848..1b7f3d0 100644 --- a/net-core-with-file-api-sdk/docs/README.md +++ b/net-core-with-file-api-sdk/docs/README.md @@ -64,6 +64,13 @@ Integrate with File API with file system sources, sending and downloading files ## Usage ## +### HealthCheck ### + +`HealthCheckAsync` gets a list with the status of File Transfer services. + +#### Task HealthCheckAsync(CancellationToken cancellationToken) #### +`cancellationToken`: (optional) the CancellationToken that the health check task will observe. + ### Upload ### `UploadFileAsync` uploads a file and returns the metadata of the file created on MFT: The Id can be used to download the file by the subscribers. @@ -183,6 +190,13 @@ Integrate with File API with stream sources. ## Usage ## +### HealthCheck ### + +`HealthCheckAsync` gets a list with the status of File Transfer services. + +#### Task HealthCheckAsync(CancellationToken cancellationToken) #### +`cancellationToken`: (optional) the CancellationToken that the health check task will observe. + ### Upload ### `UploadFileAsync` uploads a file and returns the metadata of the file created on MFT: The Id can be used to download the file by the subscribers.