IFileRepositoryService Interface

The IFileRepositoryService is an interface that can be implemented to manage file storage on a server machine. This is typically used for uploading and downloading images required for a client application, but can be extended to include any file type.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IFileRepositoryService

The IFileRepositoryService type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the File RepositoryService
Public methodConnect
The Connect method establishes a connection to the FileRepository service in the server machine.
Public methodConnectAsync
The Connect method establishes a connection to the FileRepository service in the server machine.
Public methodDownload
The Download method performs the download processing to return a File from the server as a byte array.
Public methodDownloadAsync
The Download method performs the download processing to return a File from the server as a byte array.
Public methodDownloadData
Downloads the data.
Public methodDownloadDataAsync
Downloads the data asynchronous.
Public methodGetTimeStamp
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
Public methodGetTimeStampAsync
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
Public methodUpload
Uploads the specified file.
Public methodUploadAsync
The Upload method performs the upload processing to send a file to the server.
Public methodUploadData
Uploads the data.
Public methodUploadDataAsync
Uploads the data asynchronous.
Top
See Also

Reference