Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function TransmitFile ( _
fileInformation As FileInformation, _
path As String, _
offset As Long, _
length As Long _
) As Boolean
bool TransmitFile(
FileInformation fileInformation,
string path,
long offset,
long length
)
bool TransmitFile(
FileInformation^ fileInformation,
String^ path,
long long offset,
long long length
)
abstract TransmitFile :
fileInformation:FileInformation *
path:string *
offset:int64 *
length:int64 -> bool
function TransmitFile(
fileInformation : FileInformation,
path : String,
offset : long,
length : long
) : boolean
Parameters
- fileInformation
Type: Microsoft.TeamFoundation.Server.Core.FileInformation
- path
Type: System.String
- offset
Type: System.Int64
- length
Type: System.Int64
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.