-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycoreinterfaces IMasterCommunication
RaidMax edited this page May 21, 2023
·
1 revision
defines the capabilities of the communication to the master server
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IMasterCommunication[[IMasterCommunication]]
class SharedLibraryCore.Interfaces.IMasterCommunication interfaceStyle;
end
| Returns | Name |
|---|---|
Task |
CheckVersion()checks the current version of IW4MAdmin against the master version |
Task |
RunUploadStatus(CancellationToken token)Sends heart beats to the master |
defines the capabilities of the communication to the master server
public Task CheckVersion()checks the current version of IW4MAdmin against the master version
public Task RunUploadStatus(CancellationToken token)| Type | Name | Description |
|---|---|---|
CancellationToken |
token | Cancellation token |
Sends heart beats to the master
Generated with ModularDoc