iControl.SystemVCMP.Beginset_guest_min_slots C# (CSharp) Method

Beginset_guest_min_slots() public method

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