Share via


Refresh Method

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

Reload the object from the underlying stores.

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

Syntax

'Declaration
Public Sub Refresh
'Usage
Dim instance As Profile

instance.Refresh()
public void Refresh()
public:
void Refresh()
public function Refresh()

Remarks

This method does not refresh the profile schema, or refresh the Profile Service. Rather, it only retrieves data from storage.

This method wraps IProfileObject::GetInfo() method.

Permissions

See Also

Reference

Profile Class

Profile Members

Microsoft.CommerceServer.Runtime.Profiles Namespace