C# Class ChaosTest.WebService.WebService

This is a stateless web-service that acts as a mediator between the webage and the fault-inducing service.
Inheritance: StatelessService
Show file Open project: Azure-Samples/service-fabric-dotnet-testing-chaos-service

Public Methods

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

Protected Methods

Method Description
CreateServiceInstanceListeners ( ) : IEnumerable

Method Details

CreateServiceInstanceListeners() protected method

protected CreateServiceInstanceListeners ( ) : IEnumerable
return IEnumerable

WebService() public method

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