Documentation Center

EventMonitor 2.5 GetNextEventDetailDataChunk

This API function retrieves the next chunk of the data of the event detail


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant.
plDetailIdLongInThe unique identifier of an event detail
plOffSetLongInOutIndicates the position within the object content
piSizeIntegerInOutThe maximum number of bytes to be read from the object content
pbOutBytesBlobOutByte array with the requested chunk of the object content

  • When no event is found with the specified DetailId, an InvalidObject exception is thrown.
  • When the event detail has no event data, an InvalidObject exception is thrown.
  • piSize is an in/out parameter returning the chunk size. Note that the latest chunk can be smaller than the initially requested size to read. When size zero is returned it means that the end of the object content is reached.