Tracer.EndpointEnabled(String, String) 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.
EndpointEnabled (EventId: 0xb045/45125).
public:
void EndpointEnabled(System::String ^ endpointName, System::String ^ enabledBy);
public:
void EndpointEnabled(Platform::String ^ endpointName, Platform::String ^ enabledBy);
void EndpointEnabled(std::wstring const & endpointName, std::wstring const & enabledBy);
public void EndpointEnabled (string endpointName, string enabledBy);
[System.Management.Automation.Tracing.EtwEvent(45125)]
public void EndpointEnabled (string endpointName, string enabledBy);
member this.EndpointEnabled : string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45125)>]
member this.EndpointEnabled : string * string -> unit
Public Sub EndpointEnabled (endpointName As String, enabledBy As String)
Parameters
- endpointName
- String
- enabledBy
- String
- Attributes