Note: This API is now obsolete.
Returns an instance of plugin interface used in the workflow.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
[ObsoleteAttribute("Please use object GetInstance(assemblyName, interfaceName, oDataUri, authenticator) instead.", true)] public static Object GetInstance( string assemblyName, string interfaceName, Uri oDataUri, ICredentials credentials )
Parameters
- assemblyName
- Type: SystemString
The name of the assembly to locate the interface in - interfaceName
- Type: SystemString
The name of the interface - oDataUri
- Type: SystemUri
The OData Uri - credentials
- Type: System.NetICredentials
The Odata credentials
Return Value
Type: Object[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetInstance(System.String,System.String,System.Uri,System.Net.ICredentials)"]
See Also