Class ProcessControllerServer
Glue trampoline for ProcessControllerService
Inheritance
System.Object
ProcessControllerServer
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()
Namespace: Azos.Sky.Workers.Server
Assembly: Azos.Sky.dll
Syntax
public class ProcessControllerServer : IProcessController, ISkyService
Properties
Service
Declaration
public ProcessControllerService Service { get; }
Property Value
Type | Description |
---|---|
ProcessControllerService |
Methods
Dispatch(SignalFrame)
Declaration
public SignalFrame Dispatch(SignalFrame signal)
Parameters
Type | Name | Description |
---|---|---|
SignalFrame | signal |
Returns
Type | Description |
---|---|
SignalFrame |
Get(PID)
Declaration
public ProcessFrame Get(PID pid)
Parameters
Type | Name | Description |
---|---|---|
PID | pid |
Returns
Type | Description |
---|---|
ProcessFrame |
GetDescriptor(PID)
Declaration
public ProcessDescriptor GetDescriptor(PID pid)
Parameters
Type | Name | Description |
---|---|---|
PID | pid |
Returns
Type | Description |
---|---|
ProcessDescriptor |
List(Int32)
Declaration
public IEnumerable<ProcessDescriptor> List(int processorID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | processorID |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ProcessDescriptor> |
Spawn(ProcessFrame)
Declaration
public void Spawn(ProcessFrame frame)
Parameters
Type | Name | Description |
---|---|---|
ProcessFrame | frame |