iControl.NetworkingInterfaces.set_sflow_poll_interval C# (CSharp) Méthode

set_sflow_poll_interval() private méthode

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