iControl.ManagementDevice.Beginget_build C# (CSharp) Метод

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

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