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

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

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

Syntax

C#
NonConformance CreateNewNonConformance(
	string token,
	NonConformance newNonConformance
)

Parameters

token
Type: System..::..String

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

newNonConformance
Type: QPulseWebServices.Contracts.Data..::..NonConformance

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

Return Value

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

See Also