PluginBase(Uri, Authenticator) Constructor |
Note: This API is now obsolete.
Constructor.
Namespace: Scanjour.Workflow4.BaseAssembly: 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
)
<ObsoleteAttribute("Please use PluginBase(oDataUri, authenticator, cache) instead.",
true)>
Public Sub New (
oDataUri As Uri,
authenticator As Authenticator
)
public:
[ObsoleteAttribute(L"Please use PluginBase(oDataUri, authenticator, cache) instead.",
true)]
PluginBase(
Uri^ oDataUri,
Authenticator^ authenticator
)
[<ObsoleteAttribute("Please use PluginBase(oDataUri, authenticator, cache) instead.",
true)>]
new :
oDataUri : Uri *
authenticator : Authenticator -> PluginBase
Parameters
- oDataUri Uri
- The Odata Uri
- authenticator Authenticator
- The OData authenticator
See Also