iControl.ManagementSFlowGlobals.Beginget_vlan_description C# (CSharp) Method

Beginget_vlan_description() public method

public Beginget_vlan_description ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_vlan_description(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_vlan_description", new object[0], callback, asyncState);
        }
ManagementSFlowGlobals