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