iControl.NetworkingProfileV6RD.Beginset_v4_prefix_length C# (CSharp) Method

Beginset_v4_prefix_length() public method

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