Click or drag to resize

EngineWindowsServerNotifications Method (String, ILogger)

IT Hit User File System
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.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public override IServerCollectionNotifications ServerNotifications(
	string userFileSystemPath = null,
	ILogger logger = null
)

Parameters

userFileSystemPath (Optional)
Type: SystemString
Path in the user file system. Root of the user file system is used if null is passed.
logger (Optional)
Type: ITHit.FileSystemILogger
Logger.

Return Value

Type: IServerCollectionNotifications

Implements

IEngineServerNotifications(String, ILogger)
Remarks
When remote storage notifies the client about changes (via web sockets or other channel), call methods of the interface returned by this method.
See Also