2.2.4.15 DisconnectType

DisconnectType describes the body element of the rsp:Disconnect message. For more information, see section 3.1.4.15.

All implementations for all Disconnect data types MUST use the XML namespace URI "http://schemas.microsoft.com/wbem/wsman/1/windows/shell".

 <xs:complexType name="DisconnectType">
   <xs:sequence>
     <xs:element name="IdleTimeOut"
       type="xs: duration"
       minOccurs="0"
      />
     <xs:element name="BufferMode"
         type=" OutputBufferingModeEnumeration"
         minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>

IdleTimeOut: This overrides the IdleTimeOut value specified in the Shell data type when the Shell was created.

BufferMode: This overrides the BufferMode value specified in the Shell data type when the Shell was created.