AuthManager.Refresh (String) Method (BCL)

Use this method to update the cached site configuration resource properties after any of the properties have been changed.

[Visual Basic .NET]

Public Sub Refresh( _ByValsiteName As System.String _
) 

[C#]

public void Refresh(System.StringsiteName);

Parameters

[Visual Basic .NET]

  • siteName
    A String that contains the Commerce Server site name.

[C#]

  • siteName
    A String that contains the Commerce Server site name.

Remarks

The siteName parameter must be the same as the sitename that was used to initialize the authmanager class.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.