Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method loads object data from 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 Load ( _
pstm As IStream _
)
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim pstm As IStream
instance.Load(pstm)
[CLSCompliantAttribute(false)]
public void Load(
IStream pstm
)
[CLSCompliantAttribute(false)]
public:
virtual void Load(
IStream^ pstm
) sealed
public final function Load(
pstm : IStream
)
Parameters
- pstm
Type: IStream
The stream from which to load the object data.
Remarks
This method loads object data from the specified stream.
Implements the Load 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