C# 클래스 Microsoft.WindowsAzure.Mobile.Files.Express.WinAppsMobileServiceClientExtensions

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

공개 메소드들

메소드 설명
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, StorageFolder folder ) : IFileSyncContext
InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task

메소드 상세

InitializeExpressFileSyncContext() 공개 정적인 메소드

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store ) : IFileSyncContext
client this
store IMobileServiceLocalStore
리턴 IFileSyncContext

InitializeExpressFileSyncContext() 공개 정적인 메소드

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, StorageFolder folder ) : IFileSyncContext
client this
store IMobileServiceLocalStore
folder Windows.Storage.StorageFolder
리턴 IFileSyncContext

InitializeExpressFileSyncContext() 공개 정적인 메소드

public static InitializeExpressFileSyncContext ( this client, IMobileServiceLocalStore store, string basePath ) : Task
client this
store IMobileServiceLocalStore
basePath string
리턴 Task