iControl.NetworkingiSessionRemoteInterfaceV2.Endget_peer_ip_list C# (CSharp) Method

Endget_peer_ip_list() public method

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