Tracer.WorkflowQuotaViolated(String, String, 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.
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