Click or drag to resize

ServiceMonitorsExecuteAdapterOperation Method

Executes an operation on the adapter with the given data.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected override void ExecuteAdapterOperation(
	IServiceMonitor adapter,
	Object data
)
View Source

Parameters

adapter  IServiceMonitor
Adapter on which an operation is to be executed.
data  Object
The operation to be executed.
See Also