DOFObjectDefaultProviderregisterComplete Method OpenDOF Object Access Library
Called when a provider receives notification that a register operation is complete.

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

C#
public virtual void registerComplete(
	DOFOperationProvide operation,
	DOFRequestRegister request,
	DOFInterfaceEvent event_Renamed
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationProvide
request
Type: org.opendof.core.oalDOFRequestRegister
event_Renamed
Type: org.opendof.core.oalDOFInterfaceEvent

Implements

DOFObjectProviderregisterComplete(DOFOperationProvide, DOFRequestRegister, DOFInterfaceEvent)
Remarks

Called when a provider receives notification that a register operation is complete. Unless overridden, this method does nothing. For more information, see Provider.registerComplete(Provide, Register, Event) .
See Also

Reference