iControl.NetworkingVLANGroup.Beginget_description C# (CSharp) Метод

Beginget_description() публичный Метод

public Beginget_description ( string vlan_groups, System callback, object asyncState ) : System.IAsyncResult
vlan_groups string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_description(string [] vlan_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_description", new object[] {
            vlan_groups}, callback, asyncState);
        }
NetworkingVLANGroup