Share via


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
Public method CacheMiss
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method TransmitChunk
Public method TransmitFile

Top

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace