DOFSystemgetRemoteDomainID Method OpenDOF Object Access Library
Get the remote domain identifier of the given scope with the system domain as a parent.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public int getRemoteDomainID(
	DOFSecurityScope scope
)

Parameters

scope
Type: org.opendof.core.oalDOFSecurityScope
The scope.

Return Value

Type: Int32
The remote domain identifier of the scope with the system as a parent.
Remarks

Get the remote domain identifier of the given scope with the system domain as a parent. If the given scope is in the same domain as the system, this returns DOFSecurityScope.NOT_TUNNELED, otherwise it will return a valid RDID. This can only be called with scopes received in callbacks of this DOFSystem.
See Also

Reference