MonitorCmdletBase.WriteIdentifiedWarning Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected void WriteIdentifiedWarning (string cmdletName, string topic, string message, bool withTimeStamp = false);
member this.WriteIdentifiedWarning : string * string * string * bool -> unit
Protected Sub WriteIdentifiedWarning (cmdletName As String, topic As String, message As String, Optional withTimeStamp As Boolean = false)
Parameters
- cmdletName
- String
- topic
- String
- message
- String
- withTimeStamp
- Boolean