iControl.LocalLBNodeAddressV2.Begindelete_node_address C# (CSharp) Method

Begindelete_node_address() public method

public Begindelete_node_address ( string nodes, System callback, object asyncState ) : System.IAsyncResult
nodes string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_node_address(string [] nodes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_node_address", new object[] {
            nodes}, callback, asyncState);
        }
LocalLBNodeAddressV2