RequestDataThreadId Property  | 
 
            Thread Id, used for automation to isolate test data and variables if multiple test scenario are running on the same time.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic long ThreadId { get; set; }Public Property ThreadId As Long
	Get
	Set
public:
property long long ThreadId {
	long long get ();
	void set (long long value);
}member ThreadId : int64 with get, set
Property Value
Type: 
Int64
See Also