Click or drag to resize

IEngineServerNotifications Method (Byte, 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 remote storage ID to apply changes sent by the remote storage.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26224.0-Beta2
Syntax
IServerCollectionNotifications ServerNotifications(
	byte[] remoteStorageItemId,
	ILogger logger = null
)

Parameters

remoteStorageItemId
Type: SystemByte
logger (Optional)
Type: ITHit.FileSystemILogger
Logger.

Return Value

Type: IServerCollectionNotifications
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