2.2.2.30 RUNSPACEPOOL_INIT_DATA Message

The Data field of a PSRP message specifies a RUNSPACEPOOL_INIT_DATA message when the MessageType field has a value of 0x0002100B. This message is not supported for protocol versions 2.0 and 2.1.

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

  • Minimum number of runspaces in the RunspacePool

    • Property name: MinRunspaces

    • Property type: Signed int (see section 2.2.5.1.11)

  • Maximum number of runspaces in the RunspacePool

    • Property name: MaxRunspaces

    • Property type: Signed int (see section 2.2.5.1.11)

Example:

 <Obj RefId="1">
   <MS>
     <I32 N="MinRunspaces">1</I32>
     <I32 N="MaxRunspaces">1</I32>
   </MS>
 </Obj>