EngineWindowsServerNotifications Method (Byte, ILogger) |
IT Hit User File System
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.2.27026.0
Syntax public override IServerCollectionNotifications ServerNotifications(
byte[] remoteStorageItemId,
ILogger logger = null
)
Public Overrides Function ServerNotifications (
remoteStorageItemId As Byte(),
Optional logger As ILogger = Nothing
) As IServerCollectionNotifications
public:
virtual IServerCollectionNotifications^ ServerNotifications(
array<unsigned char>^ remoteStorageItemId,
ILogger^ logger = nullptr
) override
abstract ServerNotifications :
remoteStorageItemId : byte[] *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> IServerCollectionNotifications
override ServerNotifications :
remoteStorageItemId : byte[] *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> IServerCollectionNotifications
Parameters
- remoteStorageItemId
- Type: SystemByte
- logger (Optional)
- Type: ITHit.FileSystemILogger
Return Value
Type:
IServerCollectionNotificationsImplements
IEngineServerNotifications(Byte, ILogger)See Also