CauBaseCommand.SafeWriteDebug Method (String)

 

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

Syntax

protected void SafeWriteDebug(
    string debugText
)
protected:
void SafeWriteDebug(
    String^ debugText
)
member SafeWriteDebug : 
        debugText:string -> unit
Protected Sub SafeWriteDebug (
    debugText As String
)

Parameters

See Also

SafeWriteDebug Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top