iControl.LocalLBProfileAnalytics.Endget_remote_server_ip C# (CSharp) Method

Endget_remote_server_ip() public method

public Endget_remote_server_ip ( System asyncResult ) : LocalLBProfileIPAddress[]
asyncResult System
return LocalLBProfileIPAddress[]
        public LocalLBProfileIPAddress[] Endget_remote_server_ip(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileIPAddress [])(results[0]));
        }
LocalLBProfileAnalytics