Freigeben über


FileCacheService.TransmitFile-Methode

Sendet die Datei an den Client.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

FileCacheService Klasse

Microsoft.TeamFoundation.Server.Core-Namespace