Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions net-core-with-file-api-sdk/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down