iControl.GlobalLBWideIP.Beginremove_metadata C# (CSharp) Method

Beginremove_metadata() public method

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