Table of Contents

Class TitleStorageService

Class TitleStorageService is a simplified wrapper for EOS TitleStorage Interface.

public class TitleStorageService : StorageService<TitleStorageFileTransferRequestWrapper>, IDisposable
Inheritance
StorageService<TitleStorageFileTransferRequestWrapper>
TitleStorageService
Implements
Inherited Members

Properties

Instance

Accessor for the instance.

public static TitleStorageService Instance { get; }

Property Value

TitleStorageService

QueryListCallback

public EOSResultEventHandler QueryListCallback { get; }

Property Value

EOSResultEventHandler

Methods

DownloadFile(string, EOSResultEventHandler)

public void DownloadFile(string fileName, EOSResultEventHandler ReadFileCompleted)

Parameters

fileName string
ReadFileCompleted EOSResultEventHandler

GetCachedCurrentFileNames()

public List<string> GetCachedCurrentFileNames()

Returns

List<string>

InternalRefreshAsync()

Implementation of this function should refresh the locally cached data managed by the service manager in question.

protected override Task InternalRefreshAsync()

Returns

Task

QueryFileList(string[], EOSResultEventHandler)

public void QueryFileList(string[] tags, EOSResultEventHandler QueryFileListCompleted)

Parameters

tags string[]
QueryFileListCompleted EOSResultEventHandler