iControl.SystemVCMP.Begindelete_all_guests C# (CSharp) 메소드

Begindelete_all_guests() 공개 메소드

public Begindelete_all_guests ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_all_guests(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_guests", new object[0], callback, asyncState);
        }
SystemVCMP