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.0.22158.0-Beta
SyntaxIServerCollectionNotifications ServerNotifications(
string userFileSystemPath,
ILogger logger = null
)
Function ServerNotifications (
userFileSystemPath As String,
Optional logger As ILogger = Nothing
) As IServerCollectionNotifications
IServerCollectionNotifications^ ServerNotifications(
String^ userFileSystemPath,
ILogger^ logger = nullptr
)
abstract ServerNotifications :
userFileSystemPath : string *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> IServerCollectionNotifications
Parameters
- userFileSystemPath
- Type: SystemString
Path in the user file system. - logger (Optional)
- Type: ITHit.FileSystemILogger
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