FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
string | instanceName
A unique name representing an instance of the plug-in, this should be the same name as used during ServiceHandler initialization |
string | requestId
Unique requestId of the input event, used to correlate between the Input and Output events |
dictionary<string, string > | outputFields
A set of name value pairs representing the output FieldName - FieldValue pairs |
dictionary<integer, float > | timestamps
Contains timestamp information which can be used for calculating the roundtrip latency |
Member Detail |
---|
string instanceNameA unique name representing an instance of the plug-in, this should be the same name as used during ServiceHandler initialization
dictionary<string, string > outputFieldsA set of name value pairs representing the output FieldName - FieldValue pairs
string requestIdUnique requestId of the input event, used to correlate between the Input and Output events
dictionary<integer, float > timestampsContains timestamp information which can be used for calculating the roundtrip latency
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |