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

Inheritance: IMath
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Méthodes publiques

Méthode 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 méthode

public Add ( double a, double b ) : double
a double
b double
Résultat double

Divide() public méthode

public Divide ( double a, double b ) : double
a double
b double
Résultat double

Echo() public méthode

public Echo ( string input ) : string
input string
Résultat string

GetServerObjectCopy() public méthode

public GetServerObjectCopy ( ) : IMath
Résultat IMath

MathClass() public méthode

public MathClass ( ) : System
Résultat System

Multiply() public méthode

public Multiply ( double a, double b ) : double
a double
b double
Résultat double

Subtract() public méthode

public Subtract ( double a, double b ) : double
a double
b double
Résultat double

ThrowTestException() public méthode

public ThrowTestException ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TriggerEchoEventAfterDelay() public méthode

public TriggerEchoEventAfterDelay ( int timeout, string toEcho ) : void
timeout int
toEcho string
Résultat void

this() public méthode

public this ( int index ) : double
index int
Résultat double