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

Enddelete_all_guests() public méthode

public Enddelete_all_guests ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Enddelete_all_guests(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemVCMP