DOFConnectionConfigBuilderSecurableTsetReceiveFilter Method OpenDOF Object Access Library
Set the receive filter of the connection.

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

C#
public virtual T setReceiveFilter(
	DOFOperationFilter receiveFilter
)

Parameters

receiveFilter
Type: org.opendof.core.oalDOFOperationFilter
The connection's receive filter.
null
means none.

Return Value

Type: T
The builder.
Remarks

Set the receive filter of the connection.
See Also

Reference