IdeaBlade DevForce 2010 Help Reference
ServerNotifyDelegate Delegate
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : ServerNotifyDelegate Delegate



serviceKey
Server-assigned key used for communicating with the NotificationManager
notificationManager
The NotificationManager used for communication with the BOS
serverEntityManager
A server-side EntityManager
Defines a delegate for a method that performs "push" processing on the BOS.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ServerNotifyDelegate( _
   ByVal serviceKey As Guid, _
   ByVal notificationManager As INotificationManager, _
   ByVal serverEntityManager As EntityManager _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ServerNotifyDelegate(AddressOf HandlerMethod)
C# 
public delegate void ServerNotifyDelegate( 
   Guid serviceKey,
   INotificationManager notificationManager,
   EntityManager serverEntityManager
)
C++/CLI 
public delegate void ServerNotifyDelegate( 
   Guid serviceKey,
   INotificationManager^ notificationManager,
   EntityManager^ serverEntityManager
)

Parameters

serviceKey
Server-assigned key used for communicating with the NotificationManager
notificationManager
The NotificationManager used for communication with the BOS
serverEntityManager
A server-side EntityManager

Requirements

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

See Also

© 2013 All Rights Reserved.