Click or drag to resize

PublicationsFileGetNearestPublicationRecord Method (UInt64)

Get nearest publication record subsequent to given time.

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public PublicationRecordInPublicationFile GetNearestPublicationRecord(
	ulong time
)

Parameters

time
Type: SystemUInt64
time

Return Value

Type: PublicationRecordInPublicationFile
publication record closest to time

Implements

IPublicationsFileGetNearestPublicationRecord(UInt64)
See Also