Share via


OrderServiceAgent Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Class which creates the webservice proxy for the agent.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Class OrderServiceAgent _
    Inherits ServiceAgent
'Usage
Dim instance As OrderServiceAgent
public class OrderServiceAgent : ServiceAgent
public ref class OrderServiceAgent : public ServiceAgent
public class OrderServiceAgent extends ServiceAgent

Remarks

The OrderServiceAgent serves to abstract data from the user interface. The OrderServiceAgent provides authentication and SOAP proxy services when initialized to communicate with and authenticate against a Web service.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer..::.ServiceAgent
    Microsoft.CommerceServer.Orders..::.OrderServiceAgent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OrderServiceAgent Members

Microsoft.CommerceServer.Orders Namespace