This documentation is archived and is not being maintained.

ICommand Interface

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)

public interface class ICommand : IDisposable

The ICommand type exposes the following members.

  NameDescription
Public propertyNameThis is a non-localized string that is used to refer to the command.
Top

  NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Top
Show: