Interface IErpConnectoUrlResolverPlugin
Interface that must be implemented by plugins for resolving erp sync client urls
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IErpConnectoUrlResolverPlugin
Methods
ResolveUrlAsync(string, IConfiguration, CancellationToken)
Resolve the actual url to use.
Declaration
Task<string> ResolveUrlAsync(string targetUrl, IConfiguration config, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | targetUrl | |
| IConfiguration | config | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<string> |