iControl.SystemVCMP.Beginset_guest_cores_per_slot C# (CSharp) Method

Beginset_guest_cores_per_slot() public method

public Beginset_guest_cores_per_slot ( string guests, short cores_per_slots, System callback, object asyncState ) : System.IAsyncResult
guests string
cores_per_slots short
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_guest_cores_per_slot(string [] guests,short [] cores_per_slots, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_guest_cores_per_slot", new object[] {
            guests,
            cores_per_slots}, callback, asyncState);
        }
SystemVCMP