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

Gets hooks of type T in internal collection

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
ReadOnlyCollection<T> 
GetHooks<T>()
where T : 

MPMessageBodyHook
Public 
Function 
GetHooks(
Of T 
As 

MPMessageBodyHook) 
As 
ReadOnlyCollection(
Of T)
public:
generic<
typename T>
where T : 

MPMessageBodyHook
ReadOnlyCollection<T>^ 
GetHooks()

Type Parameters

T
Hook type

See Also