Click or drag to resize

ILoggingManagerGetRepLogSummariesForPubTask Method


Gets a paginated list of replication summaries withing a given time frame.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IReplicationLogTransform> GetRepLogSummariesForPubTask(
	string pubTaskId,
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

pubTaskId
Type: SystemString
ID of the associated publishing task to get replication summaries for.
count
Type: SystemInt32
Number of summaries retrieved.
pageSize (Optional)
Type: SystemInt32
The number of logs per page for paginated results.
startIndex (Optional)
Type: SystemInt32
The starting index for log retrieval.

Return Value

Type: IEnumerableIReplicationLogTransform
A list of Replication Log Transform summaries.
See Also