iControl.LocalLBDNSExpress.Beginset_transfer_target C# (CSharp) Method

Beginset_transfer_target() public method

public Beginset_transfer_target ( string zones, string targets, System callback, object asyncState ) : System.IAsyncResult
zones string
targets string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_transfer_target(string [] zones,string [] targets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_transfer_target", new object[] {
            zones,
            targets}, callback, asyncState);
        }
LocalLBDNSExpress