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: 6.2.20461.0
SyntaxIServerNotifications ServerNotifications(
string userFileSystemPath,
ILogger logger = null
)
Function ServerNotifications (
userFileSystemPath As String,
Optional logger As ILogger = Nothing
) As IServerNotifications
IServerNotifications^ ServerNotifications(
String^ userFileSystemPath,
ILogger^ logger = nullptr
)
abstract ServerNotifications :
userFileSystemPath : string *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> IServerNotifications
Parameters
- userFileSystemPath
- Type: SystemString
Path in the user file system. - logger (Optional)
- Type: ITHit.FileSystemILogger
[Missing <param name="logger"/> documentation for "M:ITHit.FileSystem.IEngine.ServerNotifications(System.String,ITHit.FileSystem.ILogger)"]
Return Value
Type:
IServerNotifications[Missing <returns> documentation for "M:ITHit.FileSystem.IEngine.ServerNotifications(System.String,ITHit.FileSystem.ILogger)"]
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