CommandNode Methods

CVB.Net Documentation

The CommandNode type exposes the following members.

Methods

  NameDescription
Public methodDispose
Disposes the native object wrapped by this object immediately.
(Inherited from Node.)
Protected methodDispose(Boolean)
Additionally disposes of the registered events.
(Inherited from ValueNode.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute
Executes this command.
Protected methodFinalize
Finalizer.
(Inherited from Node.)
Public methodFromString
Executes if value is "true".
(Overrides ValueNodeFromString(String).)
Protected methodGetAccessMode
Gets the access mode by querying all ValueConfigs for it.
(Overrides NodeGetAccessMode.)
Protected methodGetCacheMode
Gets the cache mode by querying all ValueConfigs for it.
(Overrides NodeGetCacheMode.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPollingTime
Gets the polling time for this node.
(Overrides ValueNodeGetPollingTime.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnRead
Calls the Read event and returns the ErrorCodes to deliver to the native server.
(Inherited from ValueNode.)
Protected methodOnWritten
Calls the Written event and returns the ErrorCodes to deliver to the native server.
(Inherited from ValueNode.)
Public methodToString
Gets the IsDone status as a string.
(Overrides ObjectToString.)
Top
See Also

Reference