C# Class Calculator.Service.CalculatorService

Inheritance: ICalculator
Mostrar archivo 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