iControl.ManagementDevice.Endget_hostname C# (CSharp) Method

Endget_hostname() public method

public Endget_hostname ( System asyncResult ) : string[]
asyncResult System
return string[]
        public string[] Endget_hostname(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }
ManagementDevice