CauBaseCommand.GetCommand Method ()

 

Retrieves the command to invoke.

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected abstract string GetCommand()
protected:
virtual String^ GetCommand() abstract
abstract GetCommand : unit -> string
Protected MustOverride Function GetCommand As String

Return Value

Type: System.String

A string that contains the command and its arguments.

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top