iControl.ManagementApplicationService.Begincreate_generic C# (CSharp) Méthode

Begincreate_generic() public méthode

public Begincreate_generic ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begincreate_generic(string [] apps, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_generic", new object[] {
            apps}, callback, asyncState);
        }
ManagementApplicationService