Click or drag to resize

PluginBase(Uri, ICredentials) 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) instead.", 
	true)]
public PluginBase(
	Uri oDataUri,
	ICredentials credentials
)

Parameters

oDataUri  Uri
The Odata Uri
credentials  ICredentials
The OData credentials
See Also