iControl.NetworkingProfileV6RD.Beginset_v6_prefix_and_length C# (CSharp) Method

Beginset_v6_prefix_and_length() public method

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