PluginGetInstance Method (String, String, Uri, IAuthenticator)

Scanjour Workflow4 Reference Manual
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.1.0.0 (23.1.0.0)
Syntax

public static Object GetInstance(
	string assemblyName,
	string interfaceName,
	Uri oDataUri,
	IAuthenticator authenticator
)

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
authenticator
Type: IAuthenticator
The Authenticator for OData access

Return Value

Type: Object

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetInstance(System.String,System.String,System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator)"]

See Also

Reference