iControl.SystemVCMP.Enddelete_guest C# (CSharp) Method

Enddelete_guest() public method

public Enddelete_guest ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_guest(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemVCMP