CauBaseCommand.SafeWriteDebug Method (String, Object[])
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
protected void SafeWriteDebug(
string debugTextFormat,
params object[] inserts
)
protected:
void SafeWriteDebug(
String^ debugTextFormat,
... array<Object^>^ inserts
)
member SafeWriteDebug :
debugTextFormat:string *
[<ParamArrayAttribute>] inserts:Object[] -> unit
Protected Sub SafeWriteDebug (
debugTextFormat As String,
ParamArray inserts As Object()
)
Parameters
- debugTextFormat
Type: System.String
- inserts
Type: System.Object[]
See Also
SafeWriteDebug Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top