Generic server callback method. Supported in the Professional version only.
Get information about the specified item from the generic server cache.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetItemInfo( _ ByVal itemID As String, _ ByRef itemInfo As CacheItemInfo _ ) As Integer | |
| C# | |
|---|---|
public static int GetItemInfo( string itemID, out CacheItemInfo itemInfo ) | |
Parameters
- itemID
- Fully qualifid name of the item to be queried.
- itemInfo
- Item definition and status information
Return Value
Always returns S_OKTarget Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family