DelayProvider Class
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. utils. DelayProvider
- com.
public class DelayProvider
A wrapper class for thread sleep.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
sleep(int milliseconds)
Puts current thread on sleep for passed milliseconds. |
Method Details
sleep
public void sleep(int milliseconds)
Puts current thread on sleep for passed milliseconds.
Parameters:
milliseconds
- time to sleep for
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java