PluginGetInstance(String, String, Uri, ICredentials) Method

Note: This API is now obsolete.
Returns an instance of plugin interface used in the workflow.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
[ObsoleteAttribute("Please use Plugin GetPlugin(assemblyName, interfaceName, oDataUri, authenticator) instead.", 
	true)]
public static Object GetInstance(
	string assemblyName,
	string interfaceName,
	Uri oDataUri,
	ICredentials credentials
)

Parameters

assemblyName  String
The name of the assembly to locate the interface in
interfaceName  String
The name of the interface
oDataUri  Uri
The OData Uri
credentials  ICredentials
The Odata credentials

Return Value

Object

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetInstance(System.String,System.String,System.Uri,System.Net.ICredentials)"]

See Also