Update Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Persist the state of the object to the underlying stores.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Sub Update
'Usage
Dim instance As Profile
instance.Update()
public void Update()
public:
void Update()
public function Update()
Remarks
Use this method to persist the state of the object to the underlying stores.
This method wraps IProfileObject::Update() method.
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.