Generic server callback method.
Get information about the specified item from the generic server cache. Can alos be used to check if the item already exists in the generic server.
Visual Basic (Usage) | ![]() |
---|---|
Dim itemID As String Dim itemInfo As CacheItemInfo Dim value As Integer value = GenericServer.GetItemInfo(itemID, itemInfo) |
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2