disableRemoteSampling

disableRemoteSampling(samplingHandle: Integer;
                      n:              Node);

The disableRemoteSampling method of the System class disables the sampling of statistics on the node specified in the n parameter.

This method takes the specified node out of the sample definition group of the context identified by the samplingHandle parameter. (The sampling handle is the identifier of the sampling context, returned by the beginSampleGroupDefinition method when sampling started.)

The sampling for the context identified in the samplingHandle parameter is started by using the beginSample method. For more details, see Chapter 4 of the JADE Object Manager Guide.