PluginGetInstance(String, String, Uri, ICredentials) Method |
Note: This API is now obsolete.
Returns an instance of plugin interface used in the workflow.
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 Plugin GetPlugin(assemblyName, interfaceName, oDataUri, authenticator) instead.",
true)]
public static Object GetInstance(
string assemblyName,
string interfaceName,
Uri oDataUri,
ICredentials credentials
)
<ObsoleteAttribute("Please use Plugin GetPlugin(assemblyName, interfaceName, oDataUri, authenticator) instead.",
true)>
Public Shared Function GetInstance (
assemblyName As String,
interfaceName As String,
oDataUri As Uri,
credentials As ICredentials
) As Object
public:
[ObsoleteAttribute(L"Please use Plugin GetPlugin(assemblyName, interfaceName, oDataUri, authenticator) instead.",
true)]
static Object^ GetInstance(
String^ assemblyName,
String^ interfaceName,
Uri^ oDataUri,
ICredentials^ credentials
)
[<ObsoleteAttribute("Please use Plugin GetPlugin(assemblyName, interfaceName, oDataUri, authenticator) instead.",
true)>]
static member GetInstance :
assemblyName : string *
interfaceName : string *
oDataUri : Uri *
credentials : ICredentials -> Object
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