iControl.ManagementApplicationTemplate.get_action_implementation C# (CSharp) Method

get_action_implementation() private method

private get_action_implementation ( string templates, string actions ) : string[][]
templates string
actions string
return string[][]
        public string[][] get_action_implementation(
		string [] templates,
		string [] [] actions
	)
        {
            object [] results = this.Invoke("get_action_implementation", new object [] {
                templates,
                actions});
            return ((string [] [])(results[0]));
        }
ManagementApplicationTemplate