Scalien.ClusterHelpers.SleepAction C# (CSharp) Method

SleepAction() public static method

public static SleepAction ( string debugKey, int sleepInterval ) : string
debugKey string
sleepInterval int
return string
        public static string SleepAction(string debugKey, int sleepInterval)
        {
            return new Utils.HTTP.QueryBuilder("debug").Add("key", debugKey).Add("sleep", "" + sleepInterval).Query;
        }