| Visual Basic (Declaration) | |
|---|---|
Public Sub Update() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Update() | |
| C++/CLI | |
|---|---|
public: void Update(); | |
You won't usually need to call this method since the Cache object
will call this method regularly and after a new item is added to the cache.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code