StreamingCollection<T> 建構函式 (Command, Int32)
使這個集合至命令是用來將資料填入集合的 StreamingCollection 建構函式。 ,會需要,這可讓集合進行資料流處理部分資料和使用命令 ContinueExecution 方法擷取資料。物件的估計的快取大小
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Sub New ( _
command As Command, _
cachedSize As Integer _
)
public StreamingCollection(
Command command,
int cachedSize
)
參數
- cachedSize
型別:System.Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。