See Also Applies To Specifics
Event data
Data retrieved event handlers receive an argument of type DataRetrievedEventArgs containing data related to this event. The following DataRetrievedEventArgs properties provide information specific to this event:
Part |
Description |
numValues | Number of values returned by the data fetch call. |
completionType |
Data retrieval completion type enum (RetrievalCompletionType): - Completion_Success - Completion_Error - Completion_Abort
|
Remarks
Typically, you use these properties to obtain information about the data call.
Requirements
Assembly: OSIsoft.PISDK.Controls.PIArchiveEditor (in OSIsoft.PISDK.Controls.PIArchiveEditor.dll)