isRemoteSamplingEnabled

isRemoteSamplingEnabled(samplingHandle: Integer;
                        n:              Node): Boolean;

The isRemoteSamplingEnabled method of the System class returns true if the node specified in the n parameter is included in the sample definition group identified in the samplingHandle parameter.

The sampling for the context identified in the samplingHandle parameter is started by using the beginSample method. For details, see Chapter 4 of the JADE Object Manager Guide. See also the System class beginSampleGroupDefinition method, for details about the sampling handle.