iControl.SecurityLogProfile.Beginremove_network C# (CSharp) Method

Beginremove_network() public method

public Beginremove_network ( string profile_names, string networks, System callback, object asyncState ) : System.IAsyncResult
profile_names string
networks string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_network(string [] profile_names,string [] [] networks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_network", new object[] {
            profile_names,
            networks}, callback, asyncState);
        }
SecurityLogProfile