IOpcAsyncMethodCommand Interface

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines an asynchronous command used as the implementation of a async method.

C#

public interface IOpcAsyncMethodCommand : IOpcMethodCommand


Implements CanExecute(UaFx), CanUserExecute(UaFx), Execute(OpcMethodContext, IList, IList)

Name Description
ExecuteAsync(OpcMethodContext, IList, IList) Performs the tasks necessary to implement the logic associated with a specific async method using the context and inputArguments specified.