←Select platform

MSetItems Property

Summary

Gets a list of objects for a JPIP client cache model set request.

Syntax

C#
VB
C++
public IList<SampleRange> MSetItems { get; } 
  
Public ReadOnly Property MSetItems As IList(Of SampleRange) 
public: 
property IList<SampleRange^>^ MSetItems { 
   IList<SampleRange^>^ get(); 
} 

Property Value

A IList object to inform the server of the set of codestreams for which the client is prepared to cache data.

Remarks

Use this only with requests within a session: those which include a channel ID.

The field allows the client to inform the server of the codestreams cache information it expects. It also allows the client to know which codestreams the server maintains in its cache model.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly