PSCustomShellConfiguration.GetMaximumReceivedDataSizePerCommand Method

Namespace: System.Management.Automation.Remoting
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
Public Overridable Function GetMaximumReceivedDataSizePerCommand ( _
    userPrincipal As PSPrincipal _
) As Nullable(Of Integer)
public virtual Nullable<int> GetMaximumReceivedDataSizePerCommand (
    PSPrincipal userPrincipal
)
public:
virtual Nullable<int> GetMaximumReceivedDataSizePerCommand (
    PSPrincipal^ userPrincipal
)
public Nullable<int> GetMaximumReceivedDataSizePerCommand (
    PSPrincipal userPrincipal
)
public function GetMaximumReceivedDataSizePerCommand (
    userPrincipal : PSPrincipal
) : Nullable<int>

Parameters

  • userPrincipal

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP

See Also

Reference

PSCustomShellConfiguration Class
PSCustomShellConfiguration Members
System.Management.Automation.Remoting Namespace