Method | Description | |
---|---|---|
BlockThreadUntilCondition ( Func |
Blocks the currently running script until a condition is met.
|
|
EnsureTypeContract ( |
Ensures that the parameters for an API method fulfill the type contract. It also converts all script objects to .Net objects.
|
protected static BlockThreadUntilCondition ( Func |
||
condition | Func |
|
return | void |
protected static EnsureTypeContract ( |
||
parameters | ||
typeContract | ||
netObjects | object | |
return | bool |