FrameFilter.BeginParameterTransfer Method

BeginParameterTransfer and EndParameterTransfer synchronize the access to a frame filter's parameters.
Syntax:
[C#]
public void BeginParameterTransfer();
Remarks:

This method acquires a lock that has to be released using EndParameterTransfer as soon as possible.

Example:

For an example of how to set or read parameters, see FrameFilter.SetIntParameter.

See also: FrameFilter, FrameFilter.EndParameterTransfer

<< FrameFilter