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

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected T 
CriticalSection<T>(
	
Func 
func
)
Protected 
Function 
CriticalSection(
Of T) ( _
	
func 
As 
Func _
) 
As T
protected:
generic<
typename T>
T 
CriticalSection(
	
Func^ 
func
)

Type Parameters

T

See Also