iControl.SystemVCMP.Beginget_guest_state C# (CSharp) Method

Beginget_guest_state() public method

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