Visual Basic (Declaration) | |
---|---|
Public Delegate Sub ServerNotifyDelegate( _ ByVal serviceKey As Guid, _ ByVal notificationManager As INotificationManager, _ ByVal serverEntityManager As EntityManager _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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