[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a record from the cache

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetRecord(
	
Guid 
id,
	
out 

IBitsPeerCacheRecord 
record
)
Sub 
GetRecord ( _
	
id 
As 
Guid, _
		<
OutAttribute> 
ByRef 
record 
As 

IBitsPeerCacheRecord _
)
void 
GetRecord(
	
Guid 
id, 
		[
OutAttribute] 

IBitsPeerCacheRecord^% 
record
)

Parameters

id
Guid
record
IBitsPeerCacheRecord %

See Also