iControl.LocalLBDNSExpress.Begincreate C# (CSharp) Method

Begincreate() public method

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