iControl.GlobalLBProberPool.create C# (CSharp) Method

create() private method

private create ( string pools, GlobalLBLBMethod lb_methods, string members, long orders ) : void
pools string
lb_methods GlobalLBLBMethod
members string
orders long
return void
        public void create(
		string [] pools,
		GlobalLBLBMethod [] lb_methods,
		string [] [] members,
		long [] [] orders
	)
        {
            this.Invoke("create", new object [] {
                pools,
                lb_methods,
                members,
                orders});
        }
GlobalLBProberPool