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