Click or drag to resize
SynchronizationEngineHost Methods

The SynchronizationEngineHost type exposes the following members.

Methods
  NameDescription
Public methodCreateFolderAsync
Method to create a sub-folder inside a parent. Should not fail if the folder does not already exist.
Public methodCreateHttpClient
Creates a new instance of an HttpClient, configured with the right auth and other headers and the BaseUri to be used to call into the cloud.
Public methodDecryptStreamAsync
Decrypts a stream previous encrypted by calling EncryptStreamAsync.
Public methodDeleteFileAsync
Method to delete a file if it exists. Should not fail if the file does not exist.
Public methodDeleteFolderAsync
Method to delete a folder if it exists. Should not fail if the folder does not exist.
Public methodDoesFileExistAsync
Method to check whether a file exists in a folder.
Public methodEncryptStreamAsync
Encrypts a stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFolderSizeAsync
Returns the size of a folder and all nested sub-folders.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogError
Generates an error level log message.
Public methodLogInfo
Generates an info level log message.
Public methodLogVerbose
Generates a verbose level log message.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLoggedInUserChanged
Method to raise the an event when a user logs in or logs out.
Protected methodOnOnlineStatusChanged
Method to raise the an event when the device online status changes.
Public methodOpenSQLiteConnection
Method to open a new SQLite connection.
Public methodReadFromFileAsync
Reads the contents of file asynchronously if it exists.
Public methodThreadPoolRunAsync
Executes a callback on the system threadpool.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteToFileAsync
Writes the contents of a stream to a file asynchronously.
Top
See Also