iControl.SystemVCMP.Beginset_guest_state C# (CSharp) Method

Beginset_guest_state() public method

public Beginset_guest_state ( string guests, SystemVCMPVCMPGuestState states, System callback, object asyncState ) : System.IAsyncResult
guests string
states SystemVCMPVCMPGuestState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_guest_state(string [] guests,SystemVCMPVCMPGuestState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_guest_state", new object[] {
            guests,
            states}, callback, asyncState);
        }
SystemVCMP