MarketingServiceAgent Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A ServiceAgent object used to run against the Marketing Web Service.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Class MarketingServiceAgent _
Inherits ServiceAgent
'Usage
Dim instance As MarketingServiceAgent
public class MarketingServiceAgent : ServiceAgent
public ref class MarketingServiceAgent : public ServiceAgent
public class MarketingServiceAgent extends ServiceAgent
Remarks
Provides authentication and SOAP proxy services. Creates a proxy object for communicating with the Web service that the agent is designed to work with.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer..::.ServiceAgent
Microsoft.CommerceServer.Marketing..::.MarketingServiceAgent
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.