DOFRequestGetisSubscribe Method OpenDOF Object Access Library
Respond whether or not this request is the result of subscription activity.

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

C#
public abstract bool isSubscribe()

Return Value

Type: Boolean
True if this request is the result of either an initial subscription request or a subsequent subscription update -- and false otherwise (it is a "normal" Get request).
Remarks

Respond whether or not this request is the result of subscription activity.
See Also

Reference