Barotrauma Client Doc
Barotrauma.ServerProvider Class Referenceabstract
Inheritance diagram for Barotrauma.ServerProvider:
Barotrauma.CompositeServerProvider Barotrauma.SteamDedicatedServerProvider Barotrauma.SteamP2PServerProvider

Public Member Functions

void RetrieveServers (Action< ServerInfo > onServerDataReceived, Action onQueryCompleted)
 
abstract void Cancel ()
 

Protected Member Functions

abstract void RetrieveServersImpl (Action< ServerInfo > onServerDataReceived, Action onQueryCompleted)
 

Detailed Description

Definition at line 7 of file ServerProvider.cs.

Member Function Documentation

◆ Cancel()

abstract void Barotrauma.ServerProvider.Cancel ( )
pure virtual

◆ RetrieveServers()

void Barotrauma.ServerProvider.RetrieveServers ( Action< ServerInfo onServerDataReceived,
Action  onQueryCompleted 
)

Definition at line 9 of file ServerProvider.cs.

◆ RetrieveServersImpl()

abstract void Barotrauma.ServerProvider.RetrieveServersImpl ( Action< ServerInfo onServerDataReceived,
Action  onQueryCompleted 
)
protectedpure virtual