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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。