Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Calculator
Service
CalculatorService
C# Class Calculator.Service.CalculatorService
Inheritance:
ICalculator
Show file
Open project: Azure-Samples/service-fabric-dotnet-getting-started
Public Methods
Method
Description
Add
(
double
n1
,
double
n2
) :
Task
CalculatorService
(
ServiceContext
context
) :
System.Fabric
Method Details
Add()
public
method
public
Add
(
double
n1
,
double
n2
) :
Task
n1
double
n2
double
return
Task
CalculatorService()
public
method
public
CalculatorService
(
ServiceContext
context
) :
System.Fabric
context
ServiceContext
return
System.Fabric