Click or drag to resize

IJobSchedulerContext Methods

Methods
  NameDescription
Public methodCode exampleCreateChildJob
Creates a child job and yields all resources to children.
Public methodCode exampleCreateChildJob(Boolean)
Creates a child job.
Public methodPostMessage(Object, Guid)
Posts a message to the specified target mailbox.
(Inherited from IMessageEndpoint.)
Public methodPostMessage(Object, Guid, Boolean)
Posts a message to the specified target mailbox.
(Inherited from IMessageEndpoint.)
Public methodReceiveMessage
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
(Inherited from IMessageEndpoint.)
Public methodReceiveMessage(Guid)
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
(Inherited from IMessageEndpoint.)
Public methodReceiveMessage(Int32)
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
(Inherited from IMessageEndpoint.)
Public methodReceiveMessage(Int32, Guid)
Receives a message from the participant's mailbox. Blocks the current thread until a message arrives.
(Inherited from IMessageEndpoint.)
Public methodReserveResource(String, Int64)
Reserves the resource with the specified amount.
Public methodReserveResource(String, Int64, Boolean)
Reserves the resource with the specified amount, possibly restricting to children jobs.
Public methodReserveResource(String, Int64, Int32)
Reserves the resource with the specified amount, with the specified time-out.
Public methodReserveResource(String, Int64, Boolean, Int32)
Reserves the resource with the specified amount, possibly restricting to children jobs, and with the specified time-out.
Public methodCode exampleYieldResource(String, Int64)
Yields the resource with the specified amount without a restriction to children.
Public methodYieldResource(String, Int64, Boolean)
Yields the resource with the specified amount.
Top
See Also

STK Parallel Computing Server 2.9 API for .NET