DOFRequestgetRequestorID Method OpenDOF Object Access Library
Get the identifier of the requestor for this request.

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

C#
public abstract DOFObjectIDSource getRequestorID()

Return Value

Type: DOFObjectIDSource
The identifier of the requestor for this request.
Remarks

Get the identifier of the requestor for this request. This is not the identifier that was used to authenticate the node generating the request. This may or may not be the identifier of the node that originally made the request.
See Also

Reference