Table of Contents

Interface IResilientGatewayInvoker

Namespace
Geotab.Checkmate.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

An interface defining the requirements for a Gateway invoker with resilience.

public interface IResilientGatewayInvoker : IGatewayInvoker, IWebServerInvoker
Inherited Members

Properties

WrappedWebServerInvoker

Gets the underlying web server invoker to wrap with resilience.

IWebServerInvoker WrappedWebServerInvoker { get; }

Property Value

IWebServerInvoker

IWebServerInvoker The web server invoker.