iControl.NetworkingiSessionRemoteInterfaceV2.Begindelete_all_peers C# (CSharp) 메소드

Begindelete_all_peers() 공개 메소드

public Begindelete_all_peers ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_all_peers(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_peers", new object[0], callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2