C-DEngine 5.105

TheThing..::..IsFromOwningRemoteNode Method

Returns true if originating node is the node that owns the Thing

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsFromOwningRemoteNode(
	string originator
)
Public Function IsFromOwningRemoteNode ( _
	originator As String _
) As Boolean
public:
bool^ IsFromOwningRemoteNode(
	String^ originator
)

Parameters

originator
Type: String

Return Value