iControl.NetworkingInterfaces.set_sflow_poll_interval C# (CSharp) Method

set_sflow_poll_interval() private method

private set_sflow_poll_interval ( string interfaces, long intervals ) : void
interfaces string
intervals long
return void
        public void set_sflow_poll_interval(
		string [] interfaces,
		long [] intervals
	)
        {
            this.Invoke("set_sflow_poll_interval", new object [] {
                interfaces,
                intervals});
        }
NetworkingInterfaces