OpcMethodCommands Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcMethodCommands type exposes the following members.

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.

C#

public static IOpcMethodCommand NotImplemented { get; }


Property Value

IOpcMethodCommand

An executable command its execution results to BadNotImplemented.