2.2.5.10 OutputBufferingModeEnumeration
OutputBufferingModeEnumeration is an enumeration of buffering modes used by the server for plug-ins that implement the Disconnect Shell capability. This type is used under the following namespace: "http://schemas.microsoft.com/wbem/wsman/1/config/PluginConfiguration".
The schema MUST be as shown here.
-
<xs:simpleType name="OutputBufferingModeEnumeration"> <xs:restriction base="xs:string"> <xs:enumeration value="Block" /> <xs:enumeration value="Drop" /> </xs:restriction> </xs:simpleType>
Enumeration
The following values are defined by the OutputBufferingModeEnumeration simple type.
Value |
Description |
---|---|
Block |
Indicates that the server will block and not accept any more results from the plug-in while the client is disconnected from the shell. |
Drop |
Indicates that the server will accept results from the plug-in while the client is disconnected from the shell, but will dispose of them without sending them to the client. |