OrderServices Constructor (OrderServiceAgent)
Initializes a new instance of the OrderServices class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Sub New ( _
agent As OrderServiceAgent _
)
'Usage
Dim agent As OrderServiceAgent
Dim instance As New OrderServices(agent)
protected OrderServices(
OrderServiceAgent agent
)
protected:
OrderServices(
OrderServiceAgent^ agent
)
protected function OrderServices(
agent : OrderServiceAgent
)
Parameters
- agent
Type: Microsoft.CommerceServer.Orders..::.OrderServiceAgent
An instance of OrderServiceAgent.
Remarks
This constructor is used in agent mode. Manages orders for the online shopping site.
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.