DOFObjectDefaultProviderinvoke Method OpenDOF Object Access Library
Called when the library generates a Invoke . Unless overridden, this method responds with an exception stating that invoke has not been implemented. For more information, see Provider.invoke(Provide, Invoke, Method, System.Collections.Generic.IList<E>) .

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

C#
public virtual void invoke(
	DOFOperationProvide operation,
	DOFRequestInvoke request,
	DOFInterfaceMethod method,
	IList<DOFValue> parameters
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationProvide
request
Type: org.opendof.core.oalDOFRequestInvoke
method
Type: org.opendof.core.oalDOFInterfaceMethod
parameters
Type: System.Collections.GenericIListDOFValue

Implements

DOFObjectProviderinvoke(DOFOperationProvide, DOFRequestInvoke, DOFInterfaceMethod, IListDOFValue)
See Also

Reference