[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets notification interface

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetNotifyInterface(
	
out 

IBackgroundCopyCallback 
notificationInterface
)
Sub 
GetNotifyInterface ( _
		<
OutAttribute> 
ByRef 
notificationInterface 
As 

IBackgroundCopyCallback _
)
void 
GetNotifyInterface(
		[
OutAttribute] 

IBackgroundCopyCallback^% 
notificationInterface
)

Parameters

notificationInterface
IBackgroundCopyCallback %

See Also