Click or drag to resize

PluginBase(Uri, Authenticator, ICache) Constructor

Constructor.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public PluginBase(
	Uri oDataUri,
	Authenticator authenticator,
	ICache cache
)

Parameters

oDataUri  Uri
The Odata Uri
authenticator  Authenticator
The OData authenticator
cache  ICache
The OData cache
See Also