sharedlibrarycoreinterfaces IMasterCommunication - RaidMax/IW4M-Admin GitHub Wiki
Public interface
IMasterCommunication Description
defines the capabilities of the communication to the master server
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IMasterCommunication[IMasterCommunication](/RaidMax/IW4M-Admin/wiki/IMasterCommunication)
class SharedLibraryCore.Interfaces.IMasterCommunication interfaceStyle;
end
Members
Methods
Public methods
Returns | Name |
---|---|
Task |
CheckVersion ()checks the current version of IW4MAdmin against the master version |
Task |
RunUploadStatus (CancellationToken token)Sends heart beats to the master |
Details
Summary
defines the capabilities of the communication to the master server
Methods
CheckVersion
public Task CheckVersion()
Summary
checks the current version of IW4MAdmin against the master version
Returns
RunUploadStatus
public Task RunUploadStatus(CancellationToken token)
Arguments
Type | Name | Description |
---|---|---|
CancellationToken |
token | Cancellation token |
Summary
Sends heart beats to the master
Returns
Generated with ModularDoc