TeamFoundationStrongBoxService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationStrongBoxService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationFileService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSigningService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
Public NotInheritable Class TeamFoundationStrongBoxService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationFileService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
public sealed class TeamFoundationStrongBoxService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationFileService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
public ref class TeamFoundationStrongBoxService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationFileService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))>]
type TeamFoundationStrongBoxService =
class
interface ITeamFoundationService
end
public final class TeamFoundationStrongBoxService implements ITeamFoundationService
The TeamFoundationStrongBoxService type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddString | ||
CreateDrawer | ||
DeleteDrawer | ||
DeleteItem | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDrawerContents | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetItemInfo | ||
GetString | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RetrieveFile | ||
ServiceEnd | ||
ServiceStart | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnlockDrawer | Unlocks the strongbox drawer returning the drawerId | |
UploadFile(TeamFoundationRequestContext, Guid, String, Stream) | ||
UploadFile(TeamFoundationRequestContext, Guid, String, array<Byte[], Stream, Int64, Int64, Int64, CompressionType) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.