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

Determines whether the peer is available to serve content

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
IsAvailable(
	
out 
bool 
isAvailable
)
Sub 
IsAvailable ( _
		<
OutAttribute> 
ByRef 
isAvailable 
As 
Boolean _
)
void 
IsAvailable(
		[
OutAttribute] 
bool% 
isAvailable
)

Parameters

isAvailable
Boolean %

See Also