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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PaymentMethodRouterPipelineComponent Class