iControl.ManagementDevice.Beginget_build C# (CSharp) Méthode

Beginget_build() public méthode

public Beginget_build ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
Résultat 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