iControl.LogDestinationIPFIX.create C# (CSharp) Method

create() private method

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