iControl.SystemVCMP.Beginget_guest_cores_per_slot C# (CSharp) Метод

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

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