Class UnityRuntimeServiceHostResolverFactory
A factory class used to create a ServiceHostResolver.
Inherited Members
Namespace: Unity.Cloud.Common.Runtime
Syntax
public static class UnityRuntimeServiceHostResolverFactory
Methods
Create()
Create a IServiceHostResolver with default values. Any system-level overrides set via environment variables will take priority.
Declaration
public static IServiceHostResolver Create()
Returns
Type | Description |
---|---|
IServiceHostResolver | The created configuration. |