C# 클래스 Microsoft.WindowsAzure.MobileServices.Files.Express.MobileServiceExpressFileSyncContext

상속: MobileServiceFileSyncContext
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-files-client

공개 메소드들

메소드 설명
AddFileAsync ( MobileServiceFile file, Stream stream ) : Task
DeleteFileAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
GetFileAsync ( MobileServiceFile file ) : Task
MobileServiceExpressFileSyncContext ( IMobileServiceClient client, IFileMetadataStore metadataStore, IFileOperationQueue operationsQueue, IFileSyncTriggerFactory syncTriggerFactory, IFileSyncHandler syncHandler, IMobileServiceFilesClient filesClient, ILocalStorageProvider localStorage ) : Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage

메소드 상세

AddFileAsync() 공개 메소드

public AddFileAsync ( MobileServiceFile file, Stream stream ) : Task
file MobileServiceFile
stream System.IO.Stream
리턴 Task

DeleteFileAsync() 공개 메소드

public DeleteFileAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
file MobileServiceFile
리턴 System.Threading.Tasks.Task

GetFileAsync() 공개 메소드

public GetFileAsync ( MobileServiceFile file ) : Task
file MobileServiceFile
리턴 Task

MobileServiceExpressFileSyncContext() 공개 메소드

public MobileServiceExpressFileSyncContext ( IMobileServiceClient client, IFileMetadataStore metadataStore, IFileOperationQueue operationsQueue, IFileSyncTriggerFactory syncTriggerFactory, IFileSyncHandler syncHandler, IMobileServiceFilesClient filesClient, ILocalStorageProvider localStorage ) : Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage
client IMobileServiceClient
metadataStore IFileMetadataStore
operationsQueue IFileOperationQueue
syncTriggerFactory IFileSyncTriggerFactory
syncHandler IFileSyncHandler
filesClient IMobileServiceFilesClient
localStorage ILocalStorageProvider
리턴 Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage