Sets the isolation permission for a plugin Service. ALL services in one Plugin DLL have to use the same setting
Namespace:
nsCDEngine.Engines
Assembly:
C-DEngine (in C-DEngine.dll)
void SetIsolationFlags(
bool AllowIsolation,
bool AllowNodeHopp
)
Sub SetIsolationFlags ( _
AllowIsolation As Boolean, _
AllowNodeHopp As Boolean _
)
void SetIsolationFlags(
bool^ AllowIsolation,
bool^ AllowNodeHopp
)
Parameters
- AllowIsolation
- Type: Boolean
Allows the plugin to be isolated in a child process
- AllowNodeHopp
- Type: Boolean
Allows the C-DEngine to move a plugin to a different node. If AllowIsolation is false, this parameter is ignored