iControl.SecurityLogProfile.Beginadd_network C# (CSharp) Method

Beginadd_network() public method

public Beginadd_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 Beginadd_network(string [] profile_names,string [] [] networks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_network", new object[] {
            profile_names,
            networks}, callback, asyncState);
        }
SecurityLogProfile