iControl.NetworkingiSessionRemoteInterface.Beginget_peer_ip_list C# (CSharp) Méthode

Beginget_peer_ip_list() public méthode

public Beginget_peer_ip_list ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_peer_ip_list(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_peer_ip_list", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterface