2.2.2.7 SET_MIN_RUNSPACES Message

The Data field of a PSRP message specifies a SET_MIN_RUNSPACES message when the MessageType field has a value of 0x00021003.

In messages of this type, the Data field is UTF-8 encoded XML, equivalent to the XML created by serializing a Complex Object (section 2.2.5.2) with the following extended properties (see section 2.2.5.2.9):

  • Call ID

    • Property name: ci.

    • Property type: Signed long (see section 2.2.5.1.13).

  • Minimum number of runspaces in the RunspacePool.

    • Property name: MinRunspaces.

    • Property type: Signed int (see section 2.2.5.1.11)

The Complex Object described in this section SHOULD have no associated type names (section 2.2.5.2.3).

Example:

   <Obj RefId="6">
   <MS>
     <I32 N="MinRunspaces">2</I32>
     <I64 N="ci">2</I64>
   </MS>
 </Obj>