iControl.NetworkingProfileMAP.Beginset_ip6_prefix C# (CSharp) Method

Beginset_ip6_prefix() public method

public Beginset_ip6_prefix ( string profile_names, CommonProfileNetAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileNetAddress
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ip6_prefix(string [] profile_names,CommonProfileNetAddress [] prefixes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ip6_prefix", new object[] {
            profile_names,
            prefixes}, callback, asyncState);
        }