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