RestApiDownloadState.TransmitFile-Methode
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function TransmitFile ( _
fileInfo As FileInformation, _
path As String, _
offset As Long, _
length As Long _
) As Boolean
public bool TransmitFile(
FileInformation fileInfo,
string path,
long offset,
long length
)
Parameter
- fileInfo
Typ: Microsoft.TeamFoundation.Server.Core.FileInformation
- path
Typ: System.String
- offset
Typ: System.Int64
- length
Typ: System.Int64
Rückgabewert
Typ: System.Boolean
Implementiert
IDownloadState.TransmitFile(FileInformation, String, Int64, Int64)
.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.