ConferenceCommandResponse.SetDiagnostics 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.
Sets the diagnostics information.
protected:
void SetDiagnostics(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ diagnostics);
protected void SetDiagnostics (System.Collections.Generic.IDictionary<string,string> diagnostics);
member this.SetDiagnostics : System.Collections.Generic.IDictionary<string, string> -> unit
Protected Sub SetDiagnostics (diagnostics As IDictionary(Of String, String))
Parameters
- diagnostics
- IDictionary<String,String>
The diagnostic information key value pairs.