iControl.SystemVCMP.Beginget_completion_status C# (CSharp) Method

Beginget_completion_status() public method

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