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