iControl.SystemVCMP.Beginget_guest_slots C# (CSharp) Méthode

Beginget_guest_slots() public méthode

public Beginget_guest_slots ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_guest_slots(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_guest_slots", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP