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
The IFileRepositoryService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the File RepositoryService
|
![]() | Connect |
The Connect method establishes a connection to the FileRepository service in the server machine.
|
![]() | ConnectAsync |
The Connect method establishes a connection to the FileRepository service in the server machine.
|
![]() | Download |
The Download method performs the download processing to return a File from the server
as a byte array.
|
![]() | DownloadAsync |
The Download method performs the download processing to return a File from the server
as a byte array.
|
![]() | DownloadData |
Downloads the data.
|
![]() | DownloadDataAsync |
Downloads the data asynchronous.
|
![]() | GetTimeStamp |
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
|
![]() | GetTimeStampAsync |
The GetTimeStamp method retrieves the current time stamp of the file specified in the virtualPath parameter.
|
![]() | Upload |
Uploads the specified file.
|
![]() | UploadAsync |
The Upload method performs the upload processing to send a file to the server.
|
![]() | UploadData |
Uploads the data.
|
![]() | UploadDataAsync |
Uploads the data asynchronous.
|
See Also