1 sharedlibrarycoreinterfaces IMasterCommunication
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IMasterCommunication Public interface

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]]
  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

Source code

public Task CheckVersion()
Summary

checks the current version of IW4MAdmin against the master version

Returns

RunUploadStatus

Source code

public Task RunUploadStatus(CancellationToken token)
Arguments
Type Name Description
CancellationToken token Cancellation token
Summary

Sends heart beats to the master

Returns

Generated with ModularDoc