uaPLUS Reference
DefineCallbacks Method
See Also  Send Feedback
NSPlugin Namespace > EventSubscription Class : DefineCallbacks Method

dlgCoInitForThread
This method must be called once before any client callbacks are made.
dlgOnEvent
This method makes a client OnEvent callback.

Glossary Item Box

This method is called from the generic server to pass the references to the client callback wrapper methods.

Syntax

Visual Basic (Declaration) 
Public Sub DefineCallbacks( _
   ByVal dlgCoInitForThread As CoInitForThread, _
   ByVal dlgOnEvent As OnEvent _
) 
C# 
public void DefineCallbacks( 
   CoInitForThread dlgCoInitForThread,
   OnEvent dlgOnEvent
)

Parameters

dlgCoInitForThread
This method must be called once before any client callbacks are made.
dlgOnEvent
This method makes a client OnEvent callback.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.