|
ServiceMonitorsExecuteAdapterOperation Method
|
Executes an operation on the adapter with the given data.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax function ExecuteAdapterOperation(adapter, data);
View SourceParameters
- adapter IServiceMonitor
- Adapter on which an operation is to be executed.
- data Object
- The operation to be executed.
See Also