iControl.ManagementApplicationTemplate.Beginget_action_presentation_help C# (CSharp) Method

Beginget_action_presentation_help() public method

public Beginget_action_presentation_help ( 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_help(string [] templates,string [] [] actions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_action_presentation_help", new object[] {
            templates,
            actions}, callback, asyncState);
        }
ManagementApplicationTemplate