iControl.ManagementSFlowGlobals.Beginset_vlan_poll_interval C# (CSharp) Method

Beginset_vlan_poll_interval() public method

public Beginset_vlan_poll_interval ( long interval, System callback, object asyncState ) : System.IAsyncResult
interval long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_vlan_poll_interval(long interval, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_vlan_poll_interval", new object[] {
            interval}, callback, asyncState);
        }
ManagementSFlowGlobals