System.Reactive.IronMQ._Delay._Delay C# (CSharp) Méthode

_Delay() private méthode

private _Delay ( long delay = 60 ) : System.Collections.Generic
delay long
Résultat System.Collections.Generic
        internal _Delay(long delay = 60)
        {
            _json = new JsonObject();
            if (delay != 60) _json.delay = delay;
        }