iControl.ManagementApplicationTemplate.Beginget_action_presentation C# (CSharp) Method

Beginget_action_presentation() public method

public Beginget_action_presentation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_action_presentation(string [] templates,string [] [] actions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_action_presentation", new object[] {
            templates,
            actions}, callback, asyncState);
        }
ManagementApplicationTemplate