Jaa


GetSizeMax Method

This method returns the maximum size, in bytes, required in the stream to save the data to be persisted.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)

Syntax

'Declaration
Public Sub GetSizeMax ( _
    <OutAttribute> ByRef pcbSize As Decimal _
)
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim pcbSize As Decimal

instance.GetSizeMax(pcbSize)
public void GetSizeMax(
    out decimal pcbSize
)
public:
virtual void GetSizeMax(
    [OutAttribute] Decimal% pcbSize
) sealed
public final function GetSizeMax(
    pcbSize : decimal
)

Parameters

  • pcbSize
    Type: System..::.Decimal%
    Used to return the number of bytes the object needs in the stream to save values.

Remarks

This method returns the maximum size, in bytes, required in the stream to save the data to be persisted.

Implements the GetSizeMax method of the IPersistStreamInit interface.

Permissions

See Also

Reference

PaymentMethodRouterPipelineComponent Class

PaymentMethodRouterPipelineComponent Members

Microsoft.CommerceServer.Orders Namespace