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

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.ICore.GetChangedManagedLists(System.String,QPulseWebServices.Contracts.Contracts.Data.ManagedListLastUpdatedInfo[])"]

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

Syntax

C#
ManagedListLastUpdatedInfo[] GetChangedManagedLists(
	string token,
	ManagedListLastUpdatedInfo[] currentChangeList
)

Parameters

token
Type: System..::..String

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

currentChangeList
Type: array<QPulseWebServices.Contracts.Contracts.Data..::..ManagedListLastUpdatedInfo>[]()[][]

[Missing <param name="currentChangeList"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.GetChangedManagedLists(System.String,QPulseWebServices.Contracts.Contracts.Data.ManagedListLastUpdatedInfo[])"]

Return Value

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

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.ICore.GetChangedManagedLists(System.String,QPulseWebServices.Contracts.Contracts.Data.ManagedListLastUpdatedInfo[])"]

See Also