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

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.IIncident.GetIncidents(System.String,QPulseWebServices.Contracts.Data.IncidentQuery,System.Boolean)"]

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

Syntax

C#
Incident[] GetIncidents(
	string token,
	IncidentQuery query,
	bool includeOccurrences
)

Parameters

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.IIncident.GetIncidents(System.String,QPulseWebServices.Contracts.Data.IncidentQuery,System.Boolean)"]

query
Type: QPulseWebServices.Contracts.Data..::..IncidentQuery

[Missing <param name="query"/> documentation for "M:QPulseWebServices.Contracts.Service.IIncident.GetIncidents(System.String,QPulseWebServices.Contracts.Data.IncidentQuery,System.Boolean)"]

includeOccurrences
Type: System..::..Boolean

[Missing <param name="includeOccurrences"/> documentation for "M:QPulseWebServices.Contracts.Service.IIncident.GetIncidents(System.String,QPulseWebServices.Contracts.Data.IncidentQuery,System.Boolean)"]

Return Value

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

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IIncident.GetIncidents(System.String,QPulseWebServices.Contracts.Data.IncidentQuery,System.Boolean)"]

See Also