MarketingServiceAgent Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the MarketingServiceAgent class.
Overload List
Name | Description | |
---|---|---|
MarketingServiceAgent(String) | Initializes a MarketingServiceAgent object to run against the specified Marketing Web service. | |
MarketingServiceAgent(Uri) | Initializes a MarketingServiceAgent object to run against the specified Marketing Web service. | |
MarketingServiceAgent(String, array<String>[]()[]) | Initializes a MarketingServiceAgent object to run against the specified Marketing Web service with the specified allowable authentication methods. | |
MarketingServiceAgent(Uri, array<String>[]()[]) | Initializes a MarketingServiceAgent object to run against the specified Marketing Web service with the specified allowable authentication methods. | |
MarketingServiceAgent(String, array<String>[]()[], IPromptForCredentials) | Initializes a MarketingServiceAgent object to run against the specified Marketing Web service with the specified allowable authentication methods and authentication credential callback method. | |
MarketingServiceAgent(Uri, array<String>[]()[], IPromptForCredentials) | Initializes a MarketingServiceAgent object to run against the specified Marketing Web service with the specified allowable authentication methods and authentication credential callback method. |
Top