iControl.NetworkingSelfIPV2.Beginget_description C# (CSharp) Method

Beginget_description() public method

public Beginget_description ( string self_ips, System callback, object asyncState ) : System.IAsyncResult
self_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_description(string [] self_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_description", new object[] {
            self_ips}, callback, asyncState);
        }
NetworkingSelfIPV2