iControl.LocalLBDNSExpress.create C# (CSharp) Method

create() private method

private create ( string zones, string targets ) : void
zones string
targets string
return void
        public void create(
		string [] zones,
		string [] targets
	)
        {
            this.Invoke("create", new object [] {
                zones,
                targets});
        }
LocalLBDNSExpress