.NET Framework Class Library  

DirectoryEntry.RefreshCache Method

Loads the property values for this directory entry into the property cache.

Overload List

Loads the property values for this directory entry into the property cache.

[Visual Basic] Overloads Public Sub RefreshCache()
[C#] public void RefreshCache();
[C++] public: void RefreshCache();
[JScript] public function RefreshCache();

Loads the values of the specified properties into the property cache.

[Visual Basic] Overloads Public Sub RefreshCache(String())
[C#] public void RefreshCache(string[]);
[C++] public: void RefreshCache(String*[]);
[JScript] public function RefreshCache(String[]);

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace