iControl.ManagementApplicationTemplate.Beginget_action_presentation C# (CSharp) Метод

Beginget_action_presentation() публичный Метод

public Beginget_action_presentation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
Результат 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