All Server Commands implement ICommand, which enables them to be managed by the common server interfaces
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface ICommand _
    Inherits IDisposable
public interface ICommand : IDisposable
public interface class ICommand : IDisposable
type ICommand =  
    interface 
        interface IDisposable 
    end
public interface ICommand extends IDisposable
The ICommand type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Name | This is a non-localized string that is used to refer to the command. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | 
Top