iControl.LogDestinationIPFIX.get_pool C# (CSharp) Method

get_pool() private method

private get_pool ( string destinations ) : string[]
destinations string
return string[]
        public string[] get_pool(
		string [] destinations
	)
        {
            object [] results = this.Invoke("get_pool", new object [] {
                destinations});
            return ((string [])(results[0]));
        }