DOFRuntimegetProvideCount Method OpenDOF Object Access Library
Gets the total number of provides currently active.

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

C#
public abstract int getProvideCount()

Return Value

Type: Int32
The number of provides currently active.
Remarks

Gets the total number of provides currently active. The count includes both local provide operations and provide operations received from remote nodes.
See Also

Reference