Places the specified process areas into the disabled state. Therefore, the server 
            will now cease generating condition-related events for these conditions.
            The effect of this method is global within the scope of the event server. 
            Therefore, if the server is supporting multiple clients, the conditions are 
            disabled for all clients, and they will stop receiving the associated 
            condition-related events.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Function DisableConditionByArea( _
   ByVal Areas() As String _
) As Integer 
  | 
 
            Parameters
- Areas
 
            
            Return Value
HRESULTS error/success code.
 
            
						
            
            
            
            
            
            
            
Requirements
 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
            
            
See Also