iControl.ManagementLicenseAdministration.Begincheck_registration_key_crc C# (CSharp) Method

Begincheck_registration_key_crc() public method

public Begincheck_registration_key_crc ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
registration_keys string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincheck_registration_key_crc(string [] registration_keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("check_registration_key_crc", new object[] {
            registration_keys}, callback, asyncState);
        }