ApplicationService

Overview

Location

Instance Methods


constructor

 

constructor(serverName: String; server: INetworkServer)

 

ApplicationService(String serverName, INetworkServer server)

 

Sub New(serverName As String, server As INetworkServer)

Parameters:

  • serverName:
  • server:

OnContinue  protected

 

method OnContinue

 

void OnContinue()

 

Sub OnContinue()

OnPause  protected

 

method OnPause

 

void OnPause()

 

Sub OnPause()

OnStart  protected

 

method OnStart(args: array of String)

 

void OnStart(String[] args)

 

Sub OnStart(args As String())

Parameters:

  • args:

OnStop  protected

 

method OnStop

 

void OnStop()

 

Sub OnStop()