ProfilesServiceAgent Class

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

A ServiceAgent object used to run against the Profiles Web Service.

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

Syntax

'Declaration
Public Class ProfilesServiceAgent _
    Inherits ServiceAgent
'Usage
Dim instance As ProfilesServiceAgent
public class ProfilesServiceAgent : ServiceAgent
public ref class ProfilesServiceAgent : public ServiceAgent
public class ProfilesServiceAgent 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.Profiles..::.ProfilesServiceAgent

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

ProfilesServiceAgent Members

Microsoft.CommerceServer.Profiles Namespace