iControl.SecurityLogProfile.remove_network C# (CSharp) Method

remove_network() private method

private remove_network ( string profile_names, string networks ) : void
profile_names string
networks string
return void
        public void remove_network(
		string [] profile_names,
		string [] [] networks
	)
        {
            this.Invoke("remove_network", new object [] {
                profile_names,
                networks});
        }
SecurityLogProfile