XdsObjects Help file
XdsObjects Namespace / PixQuery Class / AddCache Method
ID Root in domain 1
ID extension in domain 1
ID Root in domain 2
ID extension of domain 2



AddCache Method
Add a pair of IDs directly into the cache
Syntax
Public Shared Sub AddCache( _
   ByVal Root1 As String, _
   ByVal ID1 As String, _
   ByVal Root2 As String, _
   ByVal ID2 As String _
) 
Dim Root1 As String
Dim ID1 As String
Dim Root2 As String
Dim ID2 As String
 
PixQuery.AddCache(Root1, ID1, Root2, ID2)
public static void AddCache( 
   string Root1,
   string ID1,
   string Root2,
   string ID2
)
public:
static void AddCache( 
   String^ Root1,
   String^ ID1,
   String^ Root2,
   String^ ID2
) 

Parameters

Root1
ID Root in domain 1
ID1
ID extension in domain 1
Root2
ID Root in domain 2
ID2
ID extension of domain 2
Remarks
This method is intended primarily for testing
Requirements

Target 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

See Also