Click or drag to resize

RuntimeManagerIsCommunicationTrace Property

Gets or sets if the creation of communication trace items is ON or OFF. The default value is ON (True).

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public bool IsCommunicationTrace { get; set; }

Property Value

Type: Boolean

Implements

IRuntimeManagerIsCommunicationTrace
Remarks
Normally the creation of Communication Trace items can be switched ON or OFF via registering the CommunicationTraceItemAdded Event. In some cases, the event needs to be registered, even if it is not used. To optimize the runtime performance the the creation of Communication Trace items can be also switched OFF via this property.
See Also