Class Proc
Inheritance
System.Object
Proc
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Azos.Sky.dll
Syntax
public class Proc : Cmdlet, IDisposable
Constructors
Proc(AppRemoteTerminal, IConfigSectionNode)
Declaration
public Proc(AppRemoteTerminal terminal, IConfigSectionNode args)
Parameters
Fields
CONFIG_ALLOC_SECTION
Declaration
public const string CONFIG_ALLOC_SECTION = "alloc"
Field Value
Type |
Description |
System.String |
|
CONFIG_DISPATCH_SECTION
Declaration
public const string CONFIG_DISPATCH_SECTION = "dispatch"
Field Value
Type |
Description |
System.String |
|
CONFIG_ENQUEUE_SECTION
Declaration
public const string CONFIG_ENQUEUE_SECTION = "enqueue"
Field Value
Type |
Description |
System.String |
|
CONFIG_HOSTSET_ATTR
Declaration
public const string CONFIG_HOSTSET_ATTR = "hostset"
Field Value
Type |
Description |
System.String |
|
CONFIG_LIST_SECTION
Declaration
public const string CONFIG_LIST_SECTION = "list"
Field Value
Type |
Description |
System.String |
|
CONFIG_MUTEX_ATTR
Declaration
public const string CONFIG_MUTEX_ATTR = "mutex"
Field Value
Type |
Description |
System.String |
|
CONFIG_PID_ATTR
Declaration
public const string CONFIG_PID_ATTR = "pid"
Field Value
Type |
Description |
System.String |
|
CONFIG_PROC_SECTION
Declaration
public const string CONFIG_PROC_SECTION = "proc"
Field Value
Type |
Description |
System.String |
|
CONFIG_SIGNAL_SECTION
Declaration
public const string CONFIG_SIGNAL_SECTION = "signal"
Field Value
Type |
Description |
System.String |
|
CONFIG_SPAWN_SECTION
Declaration
public const string CONFIG_SPAWN_SECTION = "spawn"
Field Value
Type |
Description |
System.String |
|
CONFIG_SVC_ATTR
Declaration
public const string CONFIG_SVC_ATTR = "svc"
Field Value
Type |
Description |
System.String |
|
CONFIG_TODO_SECTION
Declaration
public const string CONFIG_TODO_SECTION = "todo"
Field Value
Type |
Description |
System.String |
|
CONFIG_ZONE_ATTR
Declaration
public const string CONFIG_ZONE_ATTR = "zone"
Field Value
Type |
Description |
System.String |
|
Methods
Execute()
Declaration
public override string Execute()
Returns
Type |
Description |
System.String |
|
Overrides
GetHelp()
Declaration
public override string GetHelp()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable
Extension Methods