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

Begindelete_all_peers() public méthode

public Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begindelete_all_peers(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_peers", new object[0], callback, asyncState);
        }
NetworkingiSessionRemoteInterface