iControl.ManagementApplicationService.Begincreate_generic C# (CSharp) Method

Begincreate_generic() public method

public Begincreate_generic ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
return 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