Método IDownloadState.TransmitFile
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- fileInformation
Tipo: Microsoft.TeamFoundation.Server.Core.FileInformation
- path
Tipo: System.String
- offset
Tipo: System.Int64
- length
Tipo: System.Int64
Valor de retorno
Tipo: System.Boolean
Retorna Boolean.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.