INotificationSink.Notify Method
Provides notification that an event has occurred.
Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Syntax
'Declaration
Sub Notify ( _
notification As Notification _
)
'Usage
Dim instance As INotificationSink
Dim notification As Notification
instance.Notify(notification)
void Notify (
Notification notification
)
void Notify (
Notification^ notification
)
void Notify (
Notification notification
)
function Notify (
notification : Notification
)
Parameters
- notification
A Notification object that contains information about the event that occurred.
Remarks
This method is invoked every time that an event occurs for which the notification handler has been registered. This is the entry point for the implementation to perform the required processing for the event.
Platforms
Windows XP SP2, Windows Server 2003 SP1
See Also
Reference
INotificationSink Interface
INotificationSink Members
Microsoft.Clm.Shared Namespace
Notification
.gif)
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.