|
ServiceMonitors.ExecuteAdapterOperation Method
|
Executes an operation on the adapter with the given data.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.246-beta
Syntaxprotected override void ExecuteAdapterOperation(
IServiceMonitor adapter,
Object data
)
Protected Overrides Sub ExecuteAdapterOperation (
adapter As IServiceMonitor,
data As Object
)
protected:
virtual void ExecuteAdapterOperation(
IServiceMonitor^ adapter,
Object^ data
) override
abstract ExecuteAdapterOperation :
adapter : IServiceMonitor *
data : Object -> unit
override ExecuteAdapterOperation :
adapter : IServiceMonitor *
data : Object -> unit
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