INotificationSink.Initialize Method
Initializes the notification handler.
Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Syntax
'Declaration
Sub Initialize ( _
data As String _
)
'Usage
Dim instance As INotificationSink
Dim data As String
instance.Initialize(data)
void Initialize (
string data
)
void Initialize (
String^ data
)
void Initialize (
String data
)
function Initialize (
data : String
)
Parameters
- data
A String object that contains initialization data. This data is configured in the web.config configuration file as part of the notification registration.
Remarks
This method is invoked during CLM startup for each instance of the INotificationSink interface.
Platforms
Windows XP SP2, Windows Server 2003 SP1
See Also
Reference
INotificationSink Interface
INotificationSink Members
Microsoft.Clm.Shared Namespace
.gif)
Send comments about this topic to Microsoft.
© 2007 Microsoft Corporation. All rights reserved.