C# Class Aurora.Voice.Whisper.KeepAlive

Exibir arquivo Open project: aurora-sim/whisper_server Class Usage Examples

Public Properties

Property Type Description
m_server ServerPrx
running bool

Public Methods

Method Description
KeepAlive ( ServerPrx prx ) : System
StartPinging ( ) : void

Method Details

KeepAlive() public method

public KeepAlive ( ServerPrx prx ) : System
prx ServerPrx
return System

StartPinging() public method

public StartPinging ( ) : void
return void

Property Details

m_server public_oe property

public ServerPrx m_server
return ServerPrx

running public_oe property

public bool running
return bool