PSWorkflowSessionConfiguration Class
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.
Configuration for the M3P endpoint
public ref class PSWorkflowSessionConfiguration : System::Management::Automation::Remoting::PSSessionConfiguration
public class PSWorkflowSessionConfiguration : System.Management.Automation.Remoting.PSSessionConfiguration
type PSWorkflowSessionConfiguration = class
inherit PSSessionConfiguration
Public Class PSWorkflowSessionConfiguration
Inherits PSSessionConfiguration
- Inheritance
Constructors
PSWorkflowSessionConfiguration() |
Methods
Dispose() |
Dispose this configuration object. This will be called when a Runspace/RunspacePool created using InitialSessionState from this object is Closed. (Inherited from PSSessionConfiguration) |
Dispose(Boolean) | (Inherited from PSSessionConfiguration) |
GetApplicationPrivateData(PSSenderInfo) |
Derived classes can override this method to provide application private data that is going to be sent to the client and exposed via ApplicationPrivateData, GetApplicationPrivateData() and GetApplicationPrivateData() (Inherited from PSSessionConfiguration) |
GetInitialSessionState(PSSenderInfo) | |
GetInitialSessionState(PSSessionConfigurationData, PSSenderInfo, String) | |
GetMaximumReceivedDataSizePerCommand(PSSenderInfo) |
Total data (in bytes) that can be received from a remote machine targeted towards a command. If null, then the size is unlimited. Default is 50MB. (Inherited from PSSessionConfiguration) |
GetMaximumReceivedObjectSize(PSSenderInfo) |
Maximum size (in bytes) of a deserialized object received from a remote machine. If null, then the size is unlimited. Default is 10MB. (Inherited from PSSessionConfiguration) |