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
- downloadState
Typ: Microsoft.TeamFoundation.Server.Core.IDownloadState
- fileInformation
Typ: Microsoft.TeamFoundation.Server.Core.FileInformation
- path
Typ: System.String
- offset
Typ: System.Int64
- length
Typ: System.Int64
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.