ClientNodeBaseFromHandle Method (IntPtr, ShareObject, OpcUaClient)

CVB.Net Documentation
Creates a new Node object from the given handle.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static ClientNodeBase FromHandle(
	IntPtr handle,
	ShareObject doShare,
	OpcUaClient parent
)

Parameters

handle
Type: SystemIntPtr
Native node handle.
doShare
Type: Stemmer.Cvb.Runtime.InteropServicesShareObject
Yes if you want to share ownership; No if you want to adopt the lifetime (e.g. after getting the handle from a classic API function.)
parent
Type: Stemmer.Cvb.Foundation.OpcUaOpcUaClient
The parent object.

Return Value

Type: ClientNodeBase
Concrete Node object.
Remarks

Note that this function is not intended for general use. Providing invalid values on the handle parameter will most likely lead to severe problems in your application.
See Also

Reference