PSSessionOption.OutputBufferingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how server in disconnected state deals with cached output data when the cache becomes filled. Default value is 'block mode' where command execution is blocked after the server side data cache becomes filled.
public:
property System::Management::Automation::Runspaces::OutputBufferingMode OutputBufferingMode { System::Management::Automation::Runspaces::OutputBufferingMode get(); void set(System::Management::Automation::Runspaces::OutputBufferingMode value); };
public System.Management.Automation.Runspaces.OutputBufferingMode OutputBufferingMode { get; set; }
member this.OutputBufferingMode : System.Management.Automation.Runspaces.OutputBufferingMode with get, set
Public Property OutputBufferingMode As OutputBufferingMode