PluginBase(Uri, Authenticator, ICache) Constructor |
Constructor.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic PluginBase(
Uri oDataUri,
Authenticator authenticator,
ICache cache
)
Public Sub New (
oDataUri As Uri,
authenticator As Authenticator,
cache As ICache
)
public:
PluginBase(
Uri^ oDataUri,
Authenticator^ authenticator,
ICache^ cache
)
new :
oDataUri : Uri *
authenticator : Authenticator *
cache : ICache -> PluginBase
Parameters
- oDataUri Uri
- The Odata Uri
- authenticator Authenticator
- The OData authenticator
- cache ICache
- The OData cache
See Also