Method | Description | |
---|---|---|
AutomationElementTreeNodeSynchornizationManager ( |
||
Lock ( ) : IDisposable |
This method is used to synchronize calls on AutomationElementTreeNode instance.
|
|
RunOnUIThread ( |
this method is called when something is neede to perform on UI-Thread. This method must be called only within the Lock method
|
Method | Description | |
---|---|---|
BeginInvokeOnUIThread ( |
||
IsThisCallOnUIThread ( ) : bool |
this method returns true if this call is made on currentTestTypeRootNode UI-Thread. Else return false.
|
Method | Description | |
---|---|---|
GetLockDisposer ( ) : IDisposable |
public AutomationElementTreeNodeSynchornizationManager ( |
||
OwnerNode | ||
return | System |
protected BeginInvokeOnUIThread ( |
||
Method | ||
return | void |
public RunOnUIThread ( |
||
Method | Which method should be performed on UIThread. | |
return | void |