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.