iControl.NetworkingiSessionRemoteInterfaceV2.Begindelete_peer C# (CSharp) Method

Begindelete_peer() public method

public Begindelete_peer ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_peer(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_peer", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2