OPC Historian .NET Server Toolkit Reference
DefineCallbacksPE Method (IGenericServer)

Playback callback handler
Read Annotations callback handler
Insert Annotations callback handler
Update complete callback handler
Professional Edition only.
This method is called from the generic server to pass the references to the client callback wrapper methods for Playback, Update and Annotaions handling.
Syntax
'Usage
 
Dim instance As IGenericServer
Dim dlgOnPlayback As OnPlayback
Dim dlgOnReadAnnotations As OnReadAnnotations
Dim dlgOnInsertAnnotations As OnInsertAnnotations
Dim dlgOnUpdateComplete As OnUpdateComplete
 
instance.DefineCallbacksPE(dlgOnPlayback, dlgOnReadAnnotations, dlgOnInsertAnnotations, dlgOnUpdateComplete)

Parameters

dlgOnPlayback
Playback callback handler
dlgOnReadAnnotations
Read Annotations callback handler
dlgOnInsertAnnotations
Insert Annotations callback handler
dlgOnUpdateComplete
Update complete callback handler
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IGenericServer Interface
IGenericServer Members

 

 


Copyright © 2004-2019 Advosol Inc. All rights reserved

Send Feedback