|
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.207-beta
Syntax function CanHandle(message);
View SourceParameters
- message ISnmpMessage
- The message.
Return Value
Booleantrue if this instance can handle the specified message; otherwise,
false.
See Also