iControl.SecurityProfileDoS.Beginremove_white_ip C# (CSharp) Method

Beginremove_white_ip() public method

public Beginremove_white_ip ( string profile_names, string applications, CommonIPNetmask ip_netmasks, System callback, object asyncState ) : System.IAsyncResult
profile_names string
applications string
ip_netmasks CommonIPNetmask
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_white_ip(string [] profile_names,string [] [] applications,CommonIPNetmask [] [] [] ip_netmasks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_white_ip", new object[] {
            profile_names,
            applications,
            ip_netmasks}, callback, asyncState);
        }
SecurityProfileDoS