EngineMacServerNotifications Method (Byte, ILogger) |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public IServerCollectionNotifications ServerNotifications(
byte[] remoteStorageItemId,
ILogger logger = null
)
Public Function ServerNotifications (
remoteStorageItemId As Byte(),
Optional logger As ILogger = Nothing
) As IServerCollectionNotifications
public:
virtual IServerCollectionNotifications^ ServerNotifications(
array<unsigned char>^ remoteStorageItemId,
ILogger^ logger = nullptr
) sealed
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