Engine Methods |
The Engine type exposes the following members.
Name | Description | |
---|---|---|
CreateLogger | ||
Dispose | ||
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FilterAsync |
Allows filtering file system items.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFileSystemItemAsync |
Gets file or folder item corresponding to the remote storage item ID.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMenuCommandAsync |
Gets context menu command.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAuthenticatedAsync | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnStateChanged |
Rises the StateChanged event.
| |
RiseError |
Rises Error event. Throws an exception if the ThrowExceptions
property is set to true.
| |
ServerNotifications(Byte, ILogger) |
Creates, updates, moves and deletes files and folders in the user file system.
Use object returned by this method by remote storage ID to apply changes sent by the remote storage.
| |
ServerNotifications(String, ILogger) |
Creates, updates, moves and deletes files and folders in the user file system.
Use object returned by this method by path to apply changes sent by the remote storage.
| |
SetRemoteStorageRootItemId |
Sets remote storage item ID for the root folder.
| |
StartAsync |
Starts listening and processing file system calls from operating system.
| |
StopAsync |
Stops listening and processing file system calls from operating system.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateSettings |
Validates Engine settings.
|