Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

[Missing <summary> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.MultiGet(System.Collections.Generic.List{System.String},System.String)"]

Namespace:  SharedCache.WinServiceCommon.Provider.Server
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override IDictionary<string, byte[]> MultiGet(
	List<string> keys,
	string host
)
Visual Basic (Declaration)
Public Overrides Function MultiGet ( _
	keys As List(Of String), _
	host As String _
) As IDictionary(Of String, Byte())
Visual C++
public:
virtual IDictionary<String^, array<unsigned char>^>^ MultiGet(
	List<String^>^ keys, 
	String^ host
) override

Parameters

keys
Type: System.Collections.Generic..::.List<(Of <(String>)>)

[Missing <param name="keys"/> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.MultiGet(System.Collections.Generic.List{System.String},System.String)"]

host
Type: System..::.String

[Missing <param name="host"/> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.MultiGet(System.Collections.Generic.List{System.String},System.String)"]

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.MultiGet(System.Collections.Generic.List{System.String},System.String)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.MultiGet(System.Collections.Generic.List{System.String},System.String)"]

See Also