Share via


ManagementPackIsolationLevel Enum

Definition

Defines the isolation level used to run a module in a management pack.

public enum class ManagementPackIsolationLevel
[System.Serializable]
public enum ManagementPackIsolationLevel
type ManagementPackIsolationLevel = 
Public Enum ManagementPackIsolationLevel
Inheritance
ManagementPackIsolationLevel
Attributes

Fields

Any 2

Specifies that the module workflow can run in any process.

OwnProcess 1

Specifies that the module is isolated to run in its own process.

Shared 0

Specifies that the module can run in a shared process.

Applies to