Click or drag to resize

PluginBase(Uri, Authenticator) Constructor

Note: This API is now obsolete.

Constructor.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
[ObsoleteAttribute("Please use PluginBase(oDataUri, authenticator, cache) instead.", 
	true)]
public PluginBase(
	Uri oDataUri,
	Authenticator authenticator
)

Parameters

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