Click or drag to resize

EngineServerNotifications 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.26727.0-Beta2
Syntax
public abstract IServerCollectionNotifications ServerNotifications(
	byte[] remoteStorageItemId,
	ILogger logger = null
)

Parameters

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

Return Value

Type: IServerCollectionNotifications

Implements

IEngineServerNotifications(Byte, 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