iControl.ManagementEM.Begindiscover_devices C# (CSharp) Method

Begindiscover_devices() public method

public Begindiscover_devices ( string addresses, string usernames, string passwords, System callback, object asyncState ) : System.IAsyncResult
addresses string
usernames string
passwords string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindiscover_devices(string [] addresses,string [] usernames,string [] passwords, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("discover_devices", new object[] {
            addresses,
            usernames,
            passwords}, callback, asyncState);
        }