DANSrvAE Reference
DefineCallbacks Method
See Also  Send comments on this topic.
NSPlugin Assembly > 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

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.