[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.INonConformance.GetNonConformances(System.String,QPulseWebServices.Contracts.Data.NonConformanceQuery)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
NonConformance[] GetNonConformances(
	string token,
	NonConformanceQuery query
)

Parameters

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.INonConformance.GetNonConformances(System.String,QPulseWebServices.Contracts.Data.NonConformanceQuery)"]

query
Type: QPulseWebServices.Contracts.Data..::..NonConformanceQuery

[Missing <param name="query"/> documentation for "M:QPulseWebServices.Contracts.Service.INonConformance.GetNonConformances(System.String,QPulseWebServices.Contracts.Data.NonConformanceQuery)"]

Return Value

Type: array<NonConformance>[]()[][]

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.INonConformance.GetNonConformances(System.String,QPulseWebServices.Contracts.Data.NonConformanceQuery)"]

See Also