Click or drag to resize

GetNextMessageHandlerHandle Method

Handles the specified message.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void Handle(
	ISnmpContext context,
	ObjectStore store
)
View Source

Parameters

context  ISnmpContext
The context.
store  ObjectStore
The object store.

Return Value

Implements

IMessageHandlerHandle(ISnmpContext, ObjectStore)
See Also