Share via


Tracer.WorkflowQuotaViolated(String, String, String, String) Method

Definition

WorkflowQuotaViolated (EventId: 0xb013/45075)

public:
 void WorkflowQuotaViolated(System::String ^ endpointName, System::String ^ configName, System::String ^ allowedValue, System::String ^ valueInQuestion);
public:
 void WorkflowQuotaViolated(Platform::String ^ endpointName, Platform::String ^ configName, Platform::String ^ allowedValue, Platform::String ^ valueInQuestion);
void WorkflowQuotaViolated(std::wstring const & endpointName, std::wstring const & configName, std::wstring const & allowedValue, std::wstring const & valueInQuestion);
public void WorkflowQuotaViolated (string endpointName, string configName, string allowedValue, string valueInQuestion);
[System.Management.Automation.Tracing.EtwEvent(45075)]
public void WorkflowQuotaViolated (string endpointName, string configName, string allowedValue, string valueInQuestion);
member this.WorkflowQuotaViolated : string * string * string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45075)>]
member this.WorkflowQuotaViolated : string * string * string * string -> unit
Public Sub WorkflowQuotaViolated (endpointName As String, configName As String, allowedValue As String, valueInQuestion As String)

Parameters

endpointName
String
configName
String
allowedValue
String
valueInQuestion
String
Attributes

Applies to