C# Class Skytap.Cloud.Commands.TfsShutdown

Inheritance: ICommand
Show file Open project: skytap/Skytap-TFS-Automation-Pack Class Usage Examples

Public Methods

Method Description
Invoke ( string>.Dictionary args ) : int
TfsShutdown ( ) : System
ValidateArgs ( string>.Dictionary args ) : bool

Private Methods

Method Description
CleanupConnections ( Credentials credentials, SkytapConfiguration config ) : void

Method Details

Invoke() public method

public Invoke ( string>.Dictionary args ) : int
args string>.Dictionary
return int

TfsShutdown() public method

public TfsShutdown ( ) : System
return System

ValidateArgs() public method

public ValidateArgs ( string>.Dictionary args ) : bool
args string>.Dictionary
return bool