iControl.ManagementLicenseAdministration.Beginget_registration_keys C# (CSharp) 메소드

Beginget_registration_keys() 공개 메소드

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