Click or drag to resize

HandlerMappingCanHandle Method

Determines whether this instance can handle the specified message.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public bool CanHandle(
	ISnmpMessage message
)
View Source

Parameters

message  ISnmpMessage
The message.

Return Value

Boolean
true if this instance can handle the specified message; otherwise, false.
See Also