C# Class Spark.Core.InfrastructureExtensions

Show file Open project: raysearchlabs/spark

Public Methods

Method Description
AddListener ( this infrastructure, IServiceListener listener ) : Infrastructure
AddLocalhost ( this infrastructure, ILocalhost localhost ) : Infrastructure
AddLocalhost ( this infrastructure, Uri url ) : Infrastructure
ClearListeners ( this infrastructure, IServiceListener listener ) : Infrastructure
CreateService ( this infrastructure ) : FhirService

Method Details

AddListener() public static method

public static AddListener ( this infrastructure, IServiceListener listener ) : Infrastructure
infrastructure this
listener IServiceListener
return Infrastructure

AddLocalhost() public static method

public static AddLocalhost ( this infrastructure, ILocalhost localhost ) : Infrastructure
infrastructure this
localhost ILocalhost
return Infrastructure

AddLocalhost() public static method

public static AddLocalhost ( this infrastructure, Uri url ) : Infrastructure
infrastructure this
url System.Uri
return Infrastructure

ClearListeners() public static method

public static ClearListeners ( this infrastructure, IServiceListener listener ) : Infrastructure
infrastructure this
listener IServiceListener
return Infrastructure

CreateService() public static method

public static CreateService ( this infrastructure ) : FhirService
infrastructure this
return Spark.Service.FhirService