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
- 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.