OpcMethodCommands Class

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

Provides a set of static (Shared in Visual Basic) IOpcMethodCommand instances.

C#

public static class OpcMethodCommands


Inheritance Object › OpcMethodCommands

Name Description
NotImplemented Gets an IOpcMethodCommand its executability evaluates to the value true while its implementation always returns the OPC UA related OpcResult using the OpcStatusCode member BadNotImplemented. Use this command in case there the method implementation is still in progress.
Name Description
Execute(ExecuteDelegate) Provides an IOpcMethodCommand is executability evaluates to the value true while its implementation invokes the callback specified.
ExecuteAsync(ExecuteAsyncDelegate) Provides an IOpcAsyncMethodCommand is executability evaluates to the value true while its implementation invokes the callback specified.