C# Class Calculator.Service.Service

An instance of this class is created for each service instance by the Service Fabric runtime.
Inheritance: StatelessService
Show file Open project: Azure-Samples/service-fabric-dotnet-getting-started

Public Methods

Method Description
Service ( StatelessServiceContext context ) : System.Collections.Generic

Protected Methods

Method Description
CreateServiceInstanceListeners ( ) : IEnumerable

Method Details

CreateServiceInstanceListeners() protected method

protected CreateServiceInstanceListeners ( ) : IEnumerable
return IEnumerable

Service() public method

public Service ( StatelessServiceContext context ) : System.Collections.Generic
context StatelessServiceContext
return System.Collections.Generic