EngineWindowsClientNotifications Method |
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 virtual IClientNotifications ClientNotifications(
string userFileSystemPath,
ILogger logger = null
)
Public Overridable Function ClientNotifications (
userFileSystemPath As String,
Optional logger As ILogger = Nothing
) As IClientNotifications
public:
virtual IClientNotifications^ ClientNotifications(
String^ userFileSystemPath,
ILogger^ logger = nullptr
)
abstract ClientNotifications :
userFileSystemPath : string *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> IClientNotifications
override ClientNotifications :
userFileSystemPath : string *
?logger : ILogger
(* Defaults:
let _logger = defaultArg logger null
*)
-> IClientNotifications
Parameters
- userFileSystemPath
- Type: SystemString
- logger (Optional)
- Type: ITHit.FileSystemILogger
Return Value
Type:
IClientNotificationsSee Also