This method is called from the generic server to pass the references to the client callback wrapper methods for Playback, Update and Annotaions handling.
Visual Basic (Declaration) | |
---|---|
Public Sub DefineCallbacksPE( _ ByVal dlgOnPlayback As OnPlayback, _ ByVal dlgOnReadAnnotations As OnReadAnnotations, _ ByVal dlgOnInsertAnnotations As OnInsertAnnotations, _ ByVal dlgOnUpdateComplete As OnUpdateComplete _ ) |
C# | |
---|---|
public void DefineCallbacksPE( OnPlayback dlgOnPlayback, OnReadAnnotations dlgOnReadAnnotations, OnInsertAnnotations dlgOnInsertAnnotations, OnUpdateComplete dlgOnUpdateComplete ) |
Parameters
- dlgOnPlayback
- Playback callback handler
- dlgOnReadAnnotations
- Read Annotations callback handler
- dlgOnInsertAnnotations
- Insert Annotations callback handler
- dlgOnUpdateComplete
- Update complete callback handler
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family