共用方式為


FileCacheService.TransmitFile 方法

將檔案傳送至用戶端。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Function TransmitFile ( _
    downloadState As IDownloadState, _
    fileInformation As FileInformation, _
    path As String, _
    offset As Long, _
    length As Long _
) As Boolean
public bool TransmitFile(
    IDownloadState downloadState,
    FileInformation fileInformation,
    string path,
    long offset,
    long length
)

參數

傳回值

類型:System.Boolean

.NET Framework 安全性

請參閱

參考

FileCacheService 類別

Microsoft.TeamFoundation.Server.Core 命名空間