Méthode | 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
|
Méthode | Description | |
---|---|---|
BeginInvokeOnUIThread ( |
||
IsThisCallOnUIThread ( ) : bool |
this method returns true if this call is made on currentTestTypeRootNode UI-Thread. Else return false.
|
Méthode | Description | |
---|---|---|
GetLockDisposer ( ) : IDisposable |
public AutomationElementTreeNodeSynchornizationManager ( |
||
OwnerNode | ||
Résultat | System |
protected BeginInvokeOnUIThread ( |
||
Method | ||
Résultat | void |
public RunOnUIThread ( |
||
Method | Which method should be performed on UIThread. | |
Résultat | void |