TeamFoundationFileService.UploadFile 方法 (TeamFoundationRequestContext, Int32%, Stream, array<Byte[], Int64, Int64, Int64, CompressionType, OwnerId, String, Int32)

上载到blob存储的特定文件

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Function UploadFile ( _
    requestContext As TeamFoundationRequestContext, _
    ByRef fileId As Integer, _
    content As Stream, _
    hashValue As Byte(), _
    compressedLength As Long, _
    uncompressedLength As Long, _
    offsetFrom As Long, _
    compressionType As CompressionType, _
    ownerId As OwnerId, _
    fileName As String, _
    relatedFileId As Integer _
) As Boolean
public bool UploadFile(
    TeamFoundationRequestContext requestContext,
    ref int fileId,
    Stream content,
    byte[] hashValue,
    long compressedLength,
    long uncompressedLength,
    long offsetFrom,
    CompressionType compressionType,
    OwnerId ownerId,
    string fileName,
    int relatedFileId
)

参数

返回值

类型:System.Boolean
则为true,则上载完成(是这是最后一个块)

.NET Framework 安全性

请参见

参考

TeamFoundationFileService 类

UploadFile 重载

Microsoft.TeamFoundation.Framework.Server 命名空间