Freigeben über


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

Rückgabewert

Typ: System.Boolean

Implementiert

IDownloadState.TransmitFile(FileInformation, String, Int64, Int64)

.NET Framework-Sicherheit

Siehe auch

Referenz

RestApiDownloadState Klasse

Microsoft.TeamFoundation.Server.Core-Namespace