TeamFoundationFileService 类
本文内容
继承层次结构
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationFileService
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationResourceManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
Public Class TeamFoundationFileService _
Implements ITeamFoundationService, IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationResourceManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public class TeamFoundationFileService : ITeamFoundationService,
IDisposable
TeamFoundationFileService 类型公开以下成员。
构造函数
页首
方法
ComputePendingDelta
ComputePendingDeltas
计算所有挂起的增量
CopyStreamToTempFile
DeleteFile
删除特定文件(将其标记为难以关闭)。
DeleteFiles
DeleteNamedFiles
DoCleanup
Equals
确定指定的对象是否等于当前对象。 (继承自 Object 。)
Finalize
允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object 。)
FromMimeType
GetFileStatistics
检索有关主要用于测试-使用的特定文件ID的文件统计信息
GetHashCode
用作特定类型的哈希函数。 (继承自 Object 。)
GetType
获取当前实例的 Type 。 (继承自 Object 。)
MemberwiseClone
创建当前 Object 的浅表副本。 (继承自 Object 。)
QueryNamedFiles(TeamFoundationRequestContext, OwnerId)
QueryNamedFiles(TeamFoundationRequestContext, OwnerId, String)
RenameFile
RetrieveFile(TeamFoundationRequestContext, Int32, CompressionType%)
从blob存储中检索文件
RetrieveFile(TeamFoundationRequestContext, Int32, Boolean, array<Byte[]%, Int64%, CompressionType%)
从blob存储中检索文件
RetrieveNamedFile
ServiceEnd
ITeamFoundationService.ServiceEnd
ServiceStart
ITeamFoundationService.ServiceStart
ToMimeType
ToString
返回表示当前对象的字符串。 (继承自 Object 。)
TryGetFileId
UploadFile(TeamFoundationRequestContext, array<Byte[])
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, array<Byte[], array<Byte[])
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, Stream, OwnerId)
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, Stream, OwnerId, String)
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, Stream, array<Byte[], OwnerId)
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, array<Byte[], array<Byte[], Int64, CompressionType)
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, Stream, array<Byte[], Int64, CompressionType, OwnerId, String, Int32)
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, Int32%, Stream, array<Byte[], Int64, Int64, Int64, CompressionType, OwnerId, String, Int32)
上载到blob存储的特定文件
UploadFile(TeamFoundationRequestContext, Int32%, array<Byte[], Int64, Int64, CompressionType, Int64, array<Byte[], Int32, OwnerId, String, Int32)
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.TeamFoundation.Framework.Server 命名空间