SoLDMResourceManagerSetMultiIO Method |
Sets whether LDM should use multiple loading threads or not.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void SetMultiIO(
bool on
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub SetMultiIO (
on As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void SetMultiIO(
bool on
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member SetMultiIO :
on : bool -> unit
Parameters
- on
- Type: SystemBoolean
Remarks See Also