iControl.NetworkingInterfaces.Beginset_sflow_poll_interval C# (CSharp) Method

Beginset_sflow_poll_interval() public method

public Beginset_sflow_poll_interval ( string interfaces, long intervals, System callback, object asyncState ) : System.IAsyncResult
interfaces string
intervals long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_sflow_poll_interval(string [] interfaces,long [] intervals, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_sflow_poll_interval", new object[] {
            interfaces,
            intervals}, callback, asyncState);
        }
NetworkingInterfaces