Click or drag to resize

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
Syntax
IServerCollectionNotifications ServerNotifications(
	string userFileSystemPath = null,
	ILogger logger = null
)

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