iControl.SecurityProfileDoS.Beginget_white_ip C# (CSharp) Method

Beginget_white_ip() public method

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