iControl.NetworkingInterfaces.set_sflow_poll_interval C# (CSharp) Метод

set_sflow_poll_interval() приватный Метод

private set_sflow_poll_interval ( string interfaces, long intervals ) : void
interfaces string
intervals long
Результат void
        public void set_sflow_poll_interval(
		string [] interfaces,
		long [] intervals
	)
        {
            this.Invoke("set_sflow_poll_interval", new object [] {
                interfaces,
                intervals});
        }
NetworkingInterfaces