Save Method
This method saves object data to the specified stream.
This API is not CLS-compliant.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub Save ( _
pstm As IStream, _
fClearDirty As Integer _
)
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim pstm As IStream
Dim fClearDirty As Integer
instance.Save(pstm, fClearDirty)
[CLSCompliantAttribute(false)]
public void Save(
IStream pstm,
int fClearDirty
)
[CLSCompliantAttribute(false)]
public:
virtual void Save(
IStream^ pstm,
int fClearDirty
) sealed
public final function Save(
pstm : IStream,
fClearDirty : int
)
Parameters
- pstm
Type: IStream
A stream in which to save the object data.
- fClearDirty
Type: System..::.Int32
A value indicating whether or not to clear the IsDirty flag. If true, the flag should be cleared. If false, the flag should be left unchanged.
Remarks
This method saves object data to the specified stream.
Implements the Save 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