IEngineServerNotifications Method |
IT Hit User File System
Creates, updates, moves and deletes files and folders in the user file system.
Use object returned by this method to apply changes sent by the remote storage.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.1.23701.0
SyntaxIServerCollectionNotifications ServerNotifications(
string userFileSystemPath = null,
ILogger logger = null
)
Function ServerNotifications (
Optional userFileSystemPath As String = Nothing,
Optional logger As ILogger = Nothing
) As IServerCollectionNotifications
IServerCollectionNotifications^ ServerNotifications(
String^ userFileSystemPath = nullptr,
ILogger^ logger = nullptr
)
abstract ServerNotifications :
?userFileSystemPath : string *
?logger : ILogger
(* Defaults:
let _userFileSystemPath = defaultArg userFileSystemPath null
let _logger = defaultArg logger null
*)
-> IServerCollectionNotifications
Parameters
- userFileSystemPath (Optional)
- Type: SystemString
Path in the user file system. Root our the user file system is used if null is passed. - logger (Optional)
- Type: ITHit.FileSystemILogger
Logger.
Return Value
Type:
IServerCollectionNotifications
Remarks
Call methods of the object returned by this method when the remote storage is notitying the client
(via web sockets or other channel) about the changes made in the remote storage.
See Also