iControl.LocalLBProfileDNS.Beginset_dns64_prefix C# (CSharp) Method

Beginset_dns64_prefix() public method

public Beginset_dns64_prefix ( string profile_names, LocalLBProfileIPAddress values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileIPAddress
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_dns64_prefix(string [] profile_names,LocalLBProfileIPAddress [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_dns64_prefix", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileDNS