ICommandTarget Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Interface ICommandTarget
'Usage
Dim instance As ICommandTarget
public interface ICommandTarget
public interface class ICommandTarget
type ICommandTarget =  interface end
public interface ICommandTarget

The ICommandTarget type exposes the following members.

Methods

  Name Description
Public method InvokeCommand
Public method ProvideStatusForCommand

Top