WorkflowRoutingRM.Init method (String)

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Workflow.Routing
Assembly:  Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)

Syntax

'Declaration
<ObsoleteAttribute("The ResourceManager is statically initialized.")> _
Public Shared Function Init ( _
    strResourceFile As String _
) As Boolean
'Usage
Dim strResourceFile As String
Dim returnValue As Boolean

returnValue = WorkflowRoutingRM.Init(strResourceFile)
[ObsoleteAttribute("The ResourceManager is statically initialized.")]
public static bool Init(
    string strResourceFile
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

WorkflowRoutingRM class

WorkflowRoutingRM members

Init overload

Microsoft.Office.Workflow.Routing namespace