iControl.LocalLBProfileAnalytics.Beginremove_subnet C# (CSharp) Method

Beginremove_subnet() public method

public Beginremove_subnet ( string profile_names, string subnets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
subnets string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_subnet(string [] profile_names,string [] [] subnets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_subnet", new object[] {
            profile_names,
            subnets}, callback, asyncState);
        }
LocalLBProfileAnalytics