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: BooleanTrue 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
See Also