iControl.LocalLBLSNPool.create C# (CSharp) Method

create() private method

private create ( string pools, string members ) : void
pools string
members string
return void
        public void create(
		string [] pools,
		string [] [] members
	)
        {
            this.Invoke("create", new object [] {
                pools,
                members});
        }
LocalLBLSNPool