iControl.NetworkingInterfaces.Beginget_sflow_poll_interval_global C# (CSharp) Method

Beginget_sflow_poll_interval_global() public method

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