RemoteControlClient.TelemetryLogger2 Propriedade

Definição

Obtém ou define uma ação que permite a configuração de um agente de telemetria para coletar a telemetria para uso do controle remoto. Inclui a opção PII-.

public:
 static property Action<System::String ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ TelemetryLogger2 { Action<System::String ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ get(); void set(Action<System::String ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ value); };
public static Action<string,System.Collections.Generic.IDictionary<string,object>,System.Collections.Generic.IDictionary<string,object>> TelemetryLogger2 { get; set; }
member this.TelemetryLogger2 : Action<string, System.Collections.Generic.IDictionary<string, obj>, System.Collections.Generic.IDictionary<string, obj>> with get, set
Public Shared Property TelemetryLogger2 As Action(Of String, IDictionary(Of String, Object), IDictionary(Of String, Object))

Valor da propriedade

Action<String,IDictionary<String,Object>,IDictionary<String,Object>>

Aplica-se a