iControl.LocalLBDNSExpress.Beginget_transfer_target C# (CSharp) Method

Beginget_transfer_target() public method

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