Jellyfish.Commands.MetricsPoller.MetricsPoller C# (CSharp) Method

MetricsPoller() public method

public MetricsPoller ( int delay, CancellationToken token ) : System.Collections.Generic
delay int
token System.Threading.CancellationToken
return System.Collections.Generic
        public MetricsPoller(int delay, CancellationToken token)
        {
            this.delay = delay;
            this.token = token;
        }