iControl.ManagementFolder.Begincreate C# (CSharp) Метод

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

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