IFileRepositoryService Methods

The IFileRepositoryService interface exposes the methods listed in the following table:

Methods

Description

IFileRepositoryService.Close Method

Closes the FileRepositoryService.

IFileRepositoryService.Connect Method

Establishes a connection to the FileRepositoryService in the server machine.

IFileRepositoryService.ConnectAsync Method

Establishes a connection to the FileRepositoryService in the server machine.

IFileRepositoryService.Download Method

Performs the download processing to return a file from the server as a byte array.

IFileRepositoryService.DownloadAsync Method

Performs the download processing to return a file from the server as a byte array.

IFileRepositoryService.DownloadData Method

Downloads the data.

IFileRepositoryService.DownloadDataAsync Method

Downloads the asynchronous data.

IFileRepositoryService.GetTimeStamp Method

Retrieves the current timestamp of the file specified in the virtualPath parameter.

IFileRepositoryService.GetTimeStampAsync Method

Retrieves the current timestamp of the file specified in the virtualPath parameter.

IFileRepositoryService.Upload Method

Uploads a specified file to the FileRepository.

IFileRepositoryService.UploadAsync Method

Performs the upload processing to send a file to the server.

IFileRepositoryService.UploadData Method

Uploads the data.

IFileRepositoryService.UploadDataAsync Method

Uploads the asynchronous data.