DelayProvider Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.fluentcore.utils.DelayProvider

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