| 
            
              HandlerMappingCanHandle Method
             | 
          
        
        
            Determines whether this instance can handle the specified message.
            
        
        Namespace: GSF.Net.Snmp.PipelineAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
SyntaxPublic Function CanHandle ( 
	message As ISnmpMessage
) As Boolean
function CanHandle(message);
 View SourceParameters
- message  ISnmpMessage
 - The message.
 
Return Value
Booleantrue if this instance can handle the specified message; otherwise, 
false.
            
See Also