iControl.ManagementDevice.Endget_location C# (CSharp) Method

Endget_location() public method

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