-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationio ConfigurationWatcher
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.IO
IW4MAdmin.Application.IO.ConfigurationWatcher[[ConfigurationWatcher]]
end
subgraph System
System.IDisposable[[IDisposable]]
end
System.IDisposable --> IW4MAdmin.Application.IO.ConfigurationWatcher
Returns | Name |
---|---|
void |
Dispose () |
void |
Register (string fileName, Action <string > fileUpdated) |
void |
Unregister (string fileName) |
IDisposable
public ConfigurationWatcher()
public virtual void Dispose()
public void Register(string fileName, Action<string> fileUpdated)
Type | Name | Description |
---|---|---|
string |
fileName | |
Action <string > |
fileUpdated |
public void Unregister(string fileName)
Type | Name | Description |
---|---|---|
string |
fileName |
Generated with ModularDoc