Interface IEndpoint<TResult>
- Namespace
 - Steeltoe.Management
 
- Assembly
 - Steeltoe.Management.Abstractions.dll
 
public interface IEndpoint<out TResult> : IEndpoint
  Type Parameters
TResult
- Inherited Members
 
Methods
Invoke()
TResult Invoke()
  Returns
- TResult