TeamFoundationFileService.UploadFile 方法 (TeamFoundationRequestContext, Int32%, array<Byte[], Int64, Int64, CompressionType, Int64, array<Byte[], Int32, OwnerId, String, Int32)
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Function UploadFile ( _
requestContext As TeamFoundationRequestContext, _
ByRef fileId As Integer, _
hashValue As Byte(), _
fileLength As Long, _
compressedLength As Long, _
compressionType As CompressionType, _
offsetFrom As Long, _
contentBlock As Byte(), _
contentBlockLength As Integer, _
ownerId As OwnerId, _
fileName As String, _
fileIdRelated As Integer _
) As Boolean
public bool UploadFile(
TeamFoundationRequestContext requestContext,
ref int fileId,
byte[] hashValue,
long fileLength,
long compressedLength,
CompressionType compressionType,
long offsetFrom,
byte[] contentBlock,
int contentBlockLength,
OwnerId ownerId,
string fileName,
int fileIdRelated
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileId
类型:System.Int32%
- hashValue
类型:array<System.Byte[]
- fileLength
类型:System.Int64
- compressedLength
类型:System.Int64
- compressionType
类型:Microsoft.TeamFoundation.Framework.Server.CompressionType
- offsetFrom
类型:System.Int64
- contentBlock
类型:array<System.Byte[]
- contentBlockLength
类型:System.Int32
- fileName
类型:System.String
- fileIdRelated
类型:System.Int32
返回值
类型:System.Boolean
返回 Boolean。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。