IDeleteCacheItems Interface
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface IDeleteCacheItems _
Inherits IDisposable
public interface IDeleteCacheItems : IDisposable
public interface class IDeleteCacheItems : IDisposable
type IDeleteCacheItems =
interface
interface IDisposable
end
public interface IDeleteCacheItems extends IDisposable
The IDeleteCacheItems type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | ||
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top