C# Class Examples.ExamplesConsole.RPCExample.ServerExampleInstance.MathClass

Inheritance: IMath
ファイルを表示 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
Add ( double a, double b ) : double
Divide ( double a, double b ) : double
Echo ( string input ) : string
GetServerObjectCopy ( ) : IMath
MathClass ( ) : System
Multiply ( double a, double b ) : double
Subtract ( double a, double b ) : double
ThrowTestException ( ) : void
ToString ( ) : string
TriggerEchoEventAfterDelay ( int timeout, string toEcho ) : void
this ( int index ) : double

Method Details

Add() public method

public Add ( double a, double b ) : double
a double
b double
return double

Divide() public method

public Divide ( double a, double b ) : double
a double
b double
return double

Echo() public method

public Echo ( string input ) : string
input string
return string

GetServerObjectCopy() public method

public GetServerObjectCopy ( ) : IMath
return IMath

MathClass() public method

public MathClass ( ) : System
return System

Multiply() public method

public Multiply ( double a, double b ) : double
a double
b double
return double

Subtract() public method

public Subtract ( double a, double b ) : double
a double
b double
return double

ThrowTestException() public method

public ThrowTestException ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

TriggerEchoEventAfterDelay() public method

public TriggerEchoEventAfterDelay ( int timeout, string toEcho ) : void
timeout int
toEcho string
return void

this() public method

public this ( int index ) : double
index int
return double