iControl.NetworkingInterfaces.Beginget_sflow_poll_interval C# (CSharp) Method

Beginget_sflow_poll_interval() public method

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