iControl.LocalLBNodeAddressV2.Beginremove_metadata C# (CSharp) Method

Beginremove_metadata() public method

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