C# Class Calculator.Service.CalculatorService

Inheritance: ICalculator
Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-getting-started

Méthodes publiques

Méthode Description
Add ( double n1, double n2 ) : Task
CalculatorService ( ServiceContext context ) : System.Fabric

Method Details

Add() public méthode

public Add ( double n1, double n2 ) : Task
n1 double
n2 double
Résultat Task

CalculatorService() public méthode

public CalculatorService ( ServiceContext context ) : System.Fabric
context ServiceContext
Résultat System.Fabric