Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Name | This is a non-localized string that is used to refer to the command. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top