iControl.ManagementApplicationTemplate.Beginset_action_presentation C# (CSharp) Method

Beginset_action_presentation() public method

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