iControl.NetworkingProfileV6RD.Beginset_v4_prefix C# (CSharp) Method

Beginset_v4_prefix() public method

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