EventMonitor 2.5 GetNextEventDetailDataChunk
This API function retrieves the next chunk of the data of the event detail
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated 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. |
| plDetailId | Long | In | The unique identifier of an event detail |
| plOffSet | Long | InOut | Indicates the position within the object content |
| piSize | Integer | InOut | The maximum number of bytes to be read from the object content |
| pbOutBytes | Blob | Out | Byte array with the requested chunk of the object content |
- When no event is found with the specified
DetailId, anInvalidObjectexception is thrown. - When the event detail has no event data, an
InvalidObjectexception is thrown. piSizeis 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.