Class RefreshEndpointOptions
Inheritance
System.Object
RefreshEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class RefreshEndpointOptions : AbstractEndpointOptions, IRefreshOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
RefreshEndpointOptions()
Declaration
public RefreshEndpointOptions()
|
Edit this page
View Source
RefreshEndpointOptions(IConfiguration)
Declaration
public RefreshEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
ReturnConfiguration
Declaration
public bool ReturnConfiguration { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements