Task Class Members
See Also  Properties Methods 
SourceCode.DeploymentTasks Namespace : Task Class


Glossary Item Box

The following tables list the members exposed by Task.

Public Properties

  Name Description
Public Property BuildEngine Gets or sets the build engine associated with the task.  
Public Property HostObject Gets or sets any host object that is associated with the task.  
Public Property Log Gets the log.  
Top

Protected Properties

  Name Description
Protected Property TaskResources Gets or sets the task resources.  
Top

Public Methods

  Name Description
Public Method Execute Executes a task.  
Top

Protected Methods

  Name Description
Protected Method Initialize Initializes this instance.  
Top

See Also