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

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

public Beginget_prerequisite_modules ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_prerequisite_modules(string [] templates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_prerequisite_modules", new object[] {
            templates}, callback, asyncState);
        }
ManagementApplicationTemplate