iControl.LogDestinationIPFIX.set_pool C# (CSharp) Method

set_pool() private method

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